mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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:
parent
53775c43fe
commit
fa2cff3f54
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue