Re: 2.6.10-rc1-mm5

From: Maciej W. Rozycki
Date: Sun Nov 14 2004 - 20:50:46 EST


On Sun, 14 Nov 2004, Zwane Mwaikambo wrote:

> @@ -453,12 +453,12 @@ asmlinkage void __init start_kernel(void
> preempt_disable();
> build_all_zonelists();
> page_alloc_init();
> - trap_init();
> printk("Kernel command line: %s\n", saved_command_line);
> parse_early_param();
> parse_args("Booting kernel", command_line, __start___param,
> __stop___param - __start___param,
> &unknown_bootoption);
> + trap_init();
> sort_main_extable();
> rcu_init();
> init_IRQ();

Are you sure you want to make exception handling not to be set up as soon
as possible? Please note this also includes stuff in cpu_init().

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