diff options
Diffstat (limited to 'arch/powerpc/kernel/setup_64.c')
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c index 1f6816003ebe..91b89b8d63d8 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c | |||
@@ -142,11 +142,11 @@ early_param("smt-enabled", early_smt_enabled); | |||
142 | #define check_smt_enabled() | 142 | #define check_smt_enabled() |
143 | #endif /* CONFIG_SMP */ | 143 | #endif /* CONFIG_SMP */ |
144 | 144 | ||
145 | /* Put the paca pointer into r13 and SPRG3 */ | 145 | /* Put the paca pointer into r13 and SPRG_PACA */ |
146 | void __init setup_paca(int cpu) | 146 | void __init setup_paca(int cpu) |
147 | { | 147 | { |
148 | local_paca = &paca[cpu]; | 148 | local_paca = &paca[cpu]; |
149 | mtspr(SPRN_SPRG3, local_paca); | 149 | mtspr(SPRN_SPRG_PACA, local_paca); |
150 | } | 150 | } |
151 | 151 | ||
152 | /* | 152 | /* |