Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261394AbUKOBtR (ORCPT ); Sun, 14 Nov 2004 20:49:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261398AbUKOBtR (ORCPT ); Sun, 14 Nov 2004 20:49:17 -0500 Received: from pollux.ds.pg.gda.pl ([153.19.208.7]:45582 "EHLO pollux.ds.pg.gda.pl") by vger.kernel.org with ESMTP id S261394AbUKOBtN (ORCPT ); Sun, 14 Nov 2004 20:49:13 -0500 Date: Mon, 15 Nov 2004 01:49:07 +0000 (GMT) From: "Maciej W. Rozycki" To: Zwane Mwaikambo Cc: Stas Sergeev , Andrew Morton , Linux kernel Subject: Re: 2.6.10-rc1-mm5 In-Reply-To: Message-ID: References: <41967669.3070707@aknet.ru> <41968F16.1080706@aknet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 26 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/