[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20061210161159.321405000@mvista.com>
Date: Sun, 10 Dec 2006 08:11:59 -0800
From: Daniel Walker <dwalker@...sta.com>
To: mingo@...e.hu
CC: linux-kernel@...r.kernel.org
Subject: [PATCH -rt] drop some kruft
Some left overs.. Seems like I've made this patch before.
Signed-Off-By: Daniel Walker <dwalker@...sta.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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists