Commit 40b1f4e5113eafc5e84f2ba86822df66087fcb25

Authored by Michael Neuling
Committed by Ingo Molnar
1 parent d995053d04

irq: trivial: Fix typo in comment for #endif

The comment suggests this #endif is CONFIG_X86 but it's really
CONFIG_TRACE_IRQFLAGS_SUPPORT

Signed-off-by: Michael Neuling <mikey@neuling.org>
Cc: michael@ellerman.id.au
LKML-Reference: <18191.1256182768@neuling.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/linux/irqflags.h
... ... @@ -124,7 +124,7 @@
124 124 typecheck(unsigned long, flags); \
125 125 raw_irqs_disabled_flags(flags); \
126 126 })
127   -#endif /* CONFIG_X86 */
  127 +#endif /* CONFIG_TRACE_IRQFLAGS_SUPPORT */
128 128  
129 129 #endif