public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -rt] drop some kruft
@ 2006-12-10 16:11 Daniel Walker
  2006-12-11  9:29 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Walker @ 2006-12-10 16:11 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel

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()",
--

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH -rt] drop some kruft
  2006-12-10 16:11 [PATCH -rt] drop some kruft Daniel Walker
@ 2006-12-11  9:29 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2006-12-11  9:29 UTC (permalink / raw)
  To: Daniel Walker; +Cc: linux-kernel


* Daniel Walker <dwalker@mvista.com> wrote:

> -#ifdef CONFIG_PREEMPT_RT
> -		if (irqs_disabled()) {
> -			msg = "disabled hard interrupts";
> -			local_irq_enable();
> -		}
> -#endif

thanks, applied.

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-11  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-10 16:11 [PATCH -rt] drop some kruft Daniel Walker
2006-12-11  9:29 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox