mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] trivial: Fix typo in comment for #endif
@ 2009-10-22  3:39 Michael Neuling
  2009-10-24  1:04 ` [tip:branch?] irq: " tip-bot for Michael Neuling
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Neuling @ 2009-10-22  3:39 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: linux-kernel, michael

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

Signed-off-by: Michael Neuling <mikey@neuling.org>

diff --git a/include/linux/irqflags.h b/include/linux/irqflags.h
index b02a3f1..006bf45 100644
--- a/include/linux/irqflags.h
+++ b/include/linux/irqflags.h
@@ -124,6 +124,6 @@
 	typecheck(unsigned long, flags);	\
 	raw_irqs_disabled_flags(flags);		\
 })
-#endif		/* CONFIG_X86 */
+#endif /* CONFIG_TRACE_IRQFLAGS_SUPPORT */
 
 #endif

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-24  1:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-22  3:39 [PATCH] trivial: Fix typo in comment for #endif Michael Neuling
2009-10-24  1:04 ` [tip:branch?] irq: " tip-bot for Michael Neuling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome