Skip to content

Commit

Permalink
irq: trivial: Fix typo in comment for #endif
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Neuling authored and Ingo Molnar committed Oct 23, 2009
1 parent d995053 commit 40b1f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/irqflags.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@
typecheck(unsigned long, flags); \
raw_irqs_disabled_flags(flags); \
})
#endif /* CONFIG_X86 */
#endif /* CONFIG_TRACE_IRQFLAGS_SUPPORT */

#endif

0 comments on commit 40b1f4e

Please sign in to comment.