On Thu, Jun 28, 2007 at 07:15:10PM +1000, Keith Owens wrote: > Arch code tests CONFIG_TRACE_IRQFLAGS, but the kconfig files define > CONFIG_TRACE_IRQFLAGS_SUPPORT. Which is correct?
Both: ./lib/Kconfig.debug:config TRACE_IRQFLAGS ./lib/Kconfig.debug: depends on TRACE_IRQFLAGS_SUPPORT _SUPPORT means the arch supports it. TRACE_IRQFLAGS means it's turned on. - To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
