提交 40b1f4e5 编写于 作者: M Michael Neuling 提交者: Ingo Molnar

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: NMichael Neuling <mikey@neuling.org>
Cc: michael@ellerman.id.au
LKML-Reference: <18191.1256182768@neuling.org>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 d995053d
...@@ -124,6 +124,6 @@ ...@@ -124,6 +124,6 @@
typecheck(unsigned long, flags); \ typecheck(unsigned long, flags); \
raw_irqs_disabled_flags(flags); \ raw_irqs_disabled_flags(flags); \
}) })
#endif /* CONFIG_X86 */ #endif /* CONFIG_TRACE_IRQFLAGS_SUPPORT */
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册