Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261415AbUKOEFn (ORCPT ); Sun, 14 Nov 2004 23:05:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261434AbUKOEFY (ORCPT ); Sun, 14 Nov 2004 23:05:24 -0500 Received: from fsmlabs.com ([168.103.115.128]:28037 "EHLO musoma.fsmlabs.com") by vger.kernel.org with ESMTP id S261415AbUKOCPC (ORCPT ); Sun, 14 Nov 2004 21:15:02 -0500 Date: Sun, 14 Nov 2004 19:14:40 -0700 (MST) From: Zwane Mwaikambo To: "Maciej W. Rozycki" 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: 1136 Lines: 34 On Mon, 15 Nov 2004, Maciej W. Rozycki wrote: > 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(). As long as we don't end up having to shuffle around more stuff so that parameters take effect. Anyway, i prefer your patch, this was a testing hack. Thanks, Zwane - 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/