aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel')
-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 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. */