[PATCH -rt] drop some kruft

From: Daniel Walker
Date: Sun Dec 10 2006 - 11:13:31 EST


Some left overs.. Seems like I've made this patch before.

Signed-Off-By: Daniel Walker <dwalker@xxxxxxxxxx>

---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/