[PATCH] enable soft-irq state w/ raw state

From: Daniel Walker
Date: Tue Jan 10 2006 - 20:27:36 EST



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

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

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 &&
-
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/