Skip to content

Commit

Permalink
powerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGS
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Donnellan <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
  • Loading branch information
ajdlinux authored and mpe committed Jul 8, 2016
1 parent 53775c4 commit fa2cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit fa2cff3

Please sign in to comment.