mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] enable soft-irq state w/ raw state
@ 2006-01-11  1:28 Daniel Walker
  2006-01-11  2:01 ` Daniel Walker
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Walker @ 2006-01-11  1:28 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel, trini, mlachwani


	MIPS needs this due to PF_IRQSOFF being set in the 
flags during start_kernel() .

Signed-Off-By: Daniel Walker <dwalker@mvista.com>

Index: linux-2.6.15/init/main.c
===================================================================
--- linux-2.6.15.orig/init/main.c
+++ linux-2.6.15/init/main.c
@@ -515,6 +515,7 @@ asmlinkage void __init start_kernel(void
 	 * Soft IRQ state will be enabled with the hard state.
 	 */
 	raw_local_irq_enable();
+	local_irq_enable();
 
 #ifdef CONFIG_BLK_DEV_INITRD
 	if (initrd_start && !initrd_below_start_ok &&

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

end of thread, other threads:[~2006-01-11  2:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-11  1:28 [PATCH] enable soft-irq state w/ raw state Daniel Walker
2006-01-11  2:01 ` Daniel Walker

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

all inboxes | Powered by JetHome®