]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit103b7827d977ea34c982e6a9d2f960f731f7ee76
treec951dea8fcb28dcb17ff82729294dbe45e78d72a
parent61ed9cfb1b0951a3b4b98dd8bfb98eeb112cfee4
powerpc: Fix misleading comment in early_setup_secondary()

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