diff options
author | Anton Blanchard <anton@samba.org> | 2005-12-12 15:56:54 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-08 22:53:44 -0500 |
commit | 448b2719408c736080e1147c615ccefce16ede41 (patch) | |
tree | de1521c1b35f6b429ce7ffd641aee9278be587a0 /arch/powerpc/kernel | |
parent | 2406f6063a9caa8ea39e4040e1759db553388caf (diff) |
[PATCH] powerpc: Remove old comment in head.S
Remove a comment in head.S which is no longer relevant.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/head_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S index 0763dd632b78..7f56f9bf76df 100644 --- a/arch/powerpc/kernel/head_64.S +++ b/arch/powerpc/kernel/head_64.S | |||
@@ -1867,7 +1867,7 @@ _STATIC(start_here_multiplatform) | |||
1867 | mulli r13,r27,PACA_SIZE /* Calculate vaddr of right paca */ | 1867 | mulli r13,r27,PACA_SIZE /* Calculate vaddr of right paca */ |
1868 | add r13,r13,r24 /* for this processor. */ | 1868 | add r13,r13,r24 /* for this processor. */ |
1869 | add r13,r13,r26 /* convert to physical addr */ | 1869 | add r13,r13,r26 /* convert to physical addr */ |
1870 | mtspr SPRN_SPRG3,r13 /* PPPBBB: Temp... -Peter */ | 1870 | mtspr SPRN_SPRG3,r13 |
1871 | 1871 | ||
1872 | /* Do very early kernel initializations, including initial hash table, | 1872 | /* Do very early kernel initializations, including initial hash table, |
1873 | * stab and slb setup before we turn on relocation. */ | 1873 | * stab and slb setup before we turn on relocation. */ |