Messages in this thread Patch in this message |  | | Date | Sun, 10 Dec 2006 08:11:59 -0800 | From | Daniel Walker <> | Subject | [PATCH -rt] drop some kruft |
| |
Some left overs.. Seems like I've made this patch before.
Signed-Off-By: Daniel Walker <dwalker@mvista.com>
--- init/main.c | 6 ------ 1 files changed, 6 deletions(-)
Index: linux-2.6.19/init/main.c =================================================================== --- linux-2.6.19.orig/init/main.c +++ linux-2.6.19/init/main.c @@ -667,12 +667,6 @@ static void __init do_initcalls(void) msg = "disabled interrupts"; local_irq_enable(); } -#ifdef CONFIG_PREEMPT_RT - if (irqs_disabled()) { - msg = "disabled hard interrupts"; - local_irq_enable(); - } -#endif if (msg) { printk(KERN_WARNING "initcall at 0x%p", *call); print_fn_descriptor_symbol(": %s()", -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |