Re: [patch] Kconfig.debug DEBUG_PREEMPT dependency

From: maximilian attems
Date: Wed Jun 06 2007 - 07:12:26 EST


On Wed, 06 Jun 2007, maximilian attems wrote:

> - depends on DEBUG_KERNEL && PREEMPT && TRACE_IRQFLAGS_SUPPORT
> + depends on DEBUG_KERNEL && (PREEMPT || PREEMPT_BKL) && TRACE_IRQFLAGS_SUPPORT

upps please discard needs more work:
arch/i386/kernel/built-in.o: In function `show_registers':
(.text+0x2e8e): undefined reference to `add_preempt_count'
arch/i386/kernel/built-in.o: In function `show_registers':
(.text+0x2e9c): undefined reference to `sub_preempt_count'
arch/i386/kernel/built-in.o: In function `show_registers':
(.text+0x2ef2): undefined reference to `add_preempt_count'
arch/i386/kernel/built-in.o: In function `show_registers':
(.text+0x2f02): undefined reference to `sub_preempt_count'
arch/i386/kernel/built-in.o: In function `is_valid_bugaddr':
(.text+0x366c): undefined reference to `add_preempt_count'
arch/i386/kernel/built-in.o: In function `is_valid_bugaddr':
(.text+0x367b): undefined reference to `sub_preempt_count'
arch/i386/kernel/built-in.o: In function `romchecksum':
...

--
maks
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/