aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2005-12-13 07:56:54 +1100
committerPaul Mackerras <paulus@samba.org>2006-01-09 14:53:44 +1100
commit448b2719408c736080e1147c615ccefce16ede41 (patch)
treede1521c1b35f6b429ce7ffd641aee9278be587a0 /arch
parent2406f6063a9caa8ea39e4040e1759db553388caf (diff)
downloadlinux-448b2719408c736080e1147c615ccefce16ede41.tar.gz
[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')
-rw-r--r--arch/powerpc/kernel/head_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S
index 0763dd632b7890..7f56f9bf76dfb5 100644
--- a/arch/powerpc/kernel/head_64.S
+++ b/arch/powerpc/kernel/head_64.S
@@ -1867,7 +1867,7 @@ _STATIC(start_here_multiplatform)
mulli r13,r27,PACA_SIZE /* Calculate vaddr of right paca */
add r13,r13,r24 /* for this processor. */
add r13,r13,r26 /* convert to physical addr */
- mtspr SPRN_SPRG3,r13 /* PPPBBB: Temp... -Peter */
+ mtspr SPRN_SPRG3,r13
/* Do very early kernel initializations, including initial hash table,
* stab and slb setup before we turn on relocation. */