Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

um: Enable TRACE_IRQFLAGS_SUPPORT

Now we have everything we need, so enable
TRACE_IRQFLAGS_SUPPORT.

Signed-off-by: Richard Weinberger <richard@nod.at>

+1 -2
+1 -2
arch/um/Kconfig.common
··· 31 31 config PCMCIA 32 32 bool 33 33 34 - # Yet to do! 35 34 config TRACE_IRQFLAGS_SUPPORT 36 35 bool 37 - default n 36 + default y 38 37 39 38 config LOCKDEP_SUPPORT 40 39 bool