Explorar el Código

[POWERPC] Remove stale comment from head_64.S

This is now inaccurate because we may not have entered prom_init() and
r3 is overwritten immediately anyway.

Signed-off-by: Sonny Rao <sonny@burdell.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Sonny Rao hace 18 años
padre
commit
a5bcbcaff2
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      arch/powerpc/kernel/head_64.S

+ 0 - 4
arch/powerpc/kernel/head_64.S

@@ -1734,10 +1734,6 @@ _STATIC(__boot_from_prom)
 	/* We never return */
 	/* We never return */
 	trap
 	trap
 
 
-/*
- * At this point, r3 contains the physical address we are running at,
- * returned by prom_init()
- */
 _STATIC(__after_prom_start)
 _STATIC(__after_prom_start)
 
 
 /*
 /*