projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8545cd2
)
[POWERPC] Remove stale comment from head_64.S
author
Sonny Rao
<sonny@burdell.org>
Fri, 23 Mar 2007 02:44:31 +0000
(22:44 -0400)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 12 Apr 2007 17:55:14 +0000
(
03:55
+1000)
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>
arch/powerpc/kernel/head_64.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/head_64.S
b/arch/powerpc/kernel/head_64.S
index 5a53cebd17e609a1bbe7a0903f0548aa94f359c6..aff5398a5f63a54bb3253d2a115aa85023042069 100644
(file)
--- a/
arch/powerpc/kernel/head_64.S
+++ b/
arch/powerpc/kernel/head_64.S
@@
-1734,10
+1734,6
@@
_STATIC(__boot_from_prom)
/* We never return */
trap
-/*
- * At this point, r3 contains the physical address we are running at,
- * returned by prom_init()
- */
_STATIC(__after_prom_start)
/*