linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Fix misleading comment in early_setup_secondary
@ 2016-03-04  5:01 Madhavan Srinivasan
  2016-03-04  5:01 ` [PATCH 2/2] Fix misleading comment for hard_irq_disable() in pmao_restore_workaround Madhavan Srinivasan
  2016-06-21 12:27 ` [1/2] Fix misleading comment in early_setup_secondary Michael Ellerman
  0 siblings, 2 replies; 4+ messages in thread
From: Madhavan Srinivasan @ 2016-03-04  5:01 UTC (permalink / raw)
  To: mpe; +Cc: linuxppc-dev, linuxppc-dev, benh, Madhavan Srinivasan

Current comment in the early_setup_secondary() for
paca->soft_enabled update is misleading. Comment should say to
Mark interrupts "disabled" insteads of "enable".
Patch to fix the typo.

Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
---
 arch/powerpc/kernel/setup_64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c
index 5c03a6a9b054..c2b2e72042cf 100644
--- a/arch/powerpc/kernel/setup_64.c
+++ b/arch/powerpc/kernel/setup_64.c
@@ -323,7 +323,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 */
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-21 12:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-04  5:01 [PATCH 1/2] Fix misleading comment in early_setup_secondary Madhavan Srinivasan
2016-03-04  5:01 ` [PATCH 2/2] Fix misleading comment for hard_irq_disable() in pmao_restore_workaround Madhavan Srinivasan
2016-03-11  0:30   ` [2/2] " Michael Ellerman
2016-06-21 12:27 ` [1/2] Fix misleading comment in early_setup_secondary Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).