powerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGS

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Andrew Donnellan 2016-07-05 16:12:34 +10:00 committed by Michael Ellerman
parent 53775c43fe
commit fa2cff3f54
1 changed files with 1 additions and 1 deletions

View File

@ -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_IRQFLAGS */
set_soft_enabled(0);