projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53775c4
)
powerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGS
author
Andrew Donnellan
<andrew.donnellan@au1.ibm.com>
Tue, 5 Jul 2016 06:12:34 +0000
(16:12 +1000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Fri, 8 Jul 2016 12:10:03 +0000
(22:10 +1000)
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/irq.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/irq.c
b/arch/powerpc/kernel/irq.c
index
3cb46a3
..
58217ae
100644
(file)
--- a/
arch/powerpc/kernel/irq.c
+++ b/
arch/powerpc/kernel/irq.c
@@
-250,7
+250,7
@@
notrace void arch_local_irq_restore(unsigned long en)
if (WARN_ON(mfmsr() & MSR_EE))
__hard_irq_disable();
}
-#endif /* CONFIG_TRACE_IRQFLAG */
+#endif /* CONFIG_TRACE_IRQFLAG
S
*/
set_soft_enabled(0);