diff options
author | Sonny Rao <sonny@burdell.org> | 2007-03-22 22:44:31 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-12 13:55:14 -0400 |
commit | a5bcbcaff24185695b296d4aa2278c5f890a7987 (patch) | |
tree | ace0259e5b69f92cee505facd4ab18283d5ebe28 /arch/powerpc/kernel/head_64.S | |
parent | 8545cd201134860b1eb72578419f5cbd4c0789c0 (diff) |
[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>
Diffstat (limited to 'arch/powerpc/kernel/head_64.S')
-rw-r--r-- | arch/powerpc/kernel/head_64.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S index 5a53cebd17e6..aff5398a5f63 100644 --- a/arch/powerpc/kernel/head_64.S +++ b/arch/powerpc/kernel/head_64.S | |||
@@ -1734,10 +1734,6 @@ _STATIC(__boot_from_prom) | |||
1734 | /* We never return */ | 1734 | /* We never return */ |
1735 | trap | 1735 | trap |
1736 | 1736 | ||
1737 | /* | ||
1738 | * At this point, r3 contains the physical address we are running at, | ||
1739 | * returned by prom_init() | ||
1740 | */ | ||
1741 | _STATIC(__after_prom_start) | 1737 | _STATIC(__after_prom_start) |
1742 | 1738 | ||
1743 | /* | 1739 | /* |