Re: [PATCH] enable soft-irq state w/ raw state
- From: Daniel Walker <dwalker@xxxxxxxxxx>
- Date: Tue, 10 Jan 2006 18:01:52 -0800
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@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/
-
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/
- References:
- [PATCH] enable soft-irq state w/ raw state
- From: Daniel Walker
- [PATCH] enable soft-irq state w/ raw state
- Prev by Date: Re: [2.6 patch] drivers/net/{,wireless/}Kconfig: remove dead URL
- Next by Date: Wireless: One small step towards a more perfect union...?
- Previous by thread: [PATCH] enable soft-irq state w/ raw state
- Index(es):
Relevant Pages
|
|