Re: [patch] Re: Kernels > 2.6.1-mm3 do not boot. - SOLVED

From: Erik Hensema
Date: Tue Jan 27 2004 - 04:41:38 EST


Andrew Morton (akpm@xxxxxxxx) wrote:
> "John Stoffel" <stoffel@xxxxxxxxxx> wrote:
>>
>> Sure, the darn thing wouldn't boot, it kept Oopsing with the
>> test_wp_bit oops (that I just posted more details about).
>
> Does this fix the test_wp_bit oops?
>
> --- 25/init/main.c~test_wp_bit-oops-fix 2004-01-25 15:29:53.000000000 -0800
> +++ 25-akpm/init/main.c 2004-01-25 15:30:03.000000000 -0800
> @@ -434,9 +434,9 @@ asmlinkage void __init start_kernel(void
> }
> #endif
> page_address_init();
> + sort_main_extable();
> mem_init();
> kmem_cache_init();
> - sort_main_extable();
> if (late_time_init)
> late_time_init();
> calibrate_delay();

This makes 2.6.2-rc2 boot for me.

--
Erik Hensema <erik@xxxxxxxxxxx>
-
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/