* [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
* Re: [PATCH] enable soft-irq state w/ raw state
2006-01-11 1:28 [PATCH] enable soft-irq state w/ raw state Daniel Walker
@ 2006-01-11 2:01 ` Daniel Walker
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Walker @ 2006-01-11 2:01 UTC (permalink / raw)
To: mingo; +Cc: linux-kernel, trini, mlachwani
Disregard this one. Turns out to be something board specific ..
Daniel
On Tue, 2006-01-10 at 17:28 -0800, Daniel Walker wrote:
> 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 &&
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ 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®