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 4b2e32eab9dc..b1b0cda3f748 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c | |||
@@ -223,8 +223,8 @@ void early_setup_secondary(void) | |||
223 | { | 223 | { |
224 | struct paca_struct *lpaca = get_paca(); | 224 | struct paca_struct *lpaca = get_paca(); |
225 | 225 | ||
226 | /* Mark enabled in PACA */ | 226 | /* Mark interrupts enabled in PACA */ |
227 | lpaca->proc_enabled = 0; | 227 | lpaca->soft_enabled = 0; |
228 | 228 | ||
229 | /* Initialize hash table for that CPU */ | 229 | /* Initialize hash table for that CPU */ |
230 | htab_initialize_secondary(); | 230 | htab_initialize_secondary(); |