powerpc: Fix misleading comment in early_setup_secondary()
authorMadhavan Srinivasan <maddy@linux.vnet.ibm.com>
Fri, 4 Mar 2016 05:01:48 +0000 (10:31 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 21 Jun 2016 05:30:49 +0000 (15:30 +1000)
Current comment in the early_setup_secondary() for paca->soft_enabled
update is misleading. Comment should say to Mark interrupts "disabled"
instead of "enabled". Fix the typo.

Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/setup_64.c

index 96d4a2b..5530bb5 100644 (file)
@@ -321,7 +321,7 @@ void __init early_setup(unsigned long dt_ptr)
 #ifdef CONFIG_SMP
 void early_setup_secondary(void)
 {
-       /* Mark interrupts enabled in PACA */
+       /* Mark interrupts disabled in PACA */
        get_paca()->soft_enabled = 0;
 
        /* Initialize the hash table or TLB handling */