Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751325AbWBOXbj (ORCPT ); Wed, 15 Feb 2006 18:31:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751329AbWBOXbj (ORCPT ); Wed, 15 Feb 2006 18:31:39 -0500 Received: from smtp.osdl.org ([65.172.181.4]:37571 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751325AbWBOXbj (ORCPT ); Wed, 15 Feb 2006 18:31:39 -0500 Date: Wed, 15 Feb 2006 15:30:13 -0800 From: Andrew Morton To: Linus Torvalds Cc: rmk+lkml@arm.linux.org.uk, frankeh@watson.ibm.com, linux-kernel@vger.kernel.org Subject: Re: SMP BUG Message-Id: <20060215153013.474ff5e0.akpm@osdl.org> In-Reply-To: References: <43F12207.9010507@watson.ibm.com> <20060215230701.GD1508@flint.arm.linux.org.uk> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 671 Lines: 14 Linus Torvalds wrote: > > That said, nobody seemed to comment on this patch by Rik, which seemed to > be a nice cleanup regardless of any other issues. I thought that patch wasn't a good one. The runqueues should be initialised in sched_init(). init_idle() is called from fork_idle() which is called from the bowels of arch code. I'm not sure that it gets called at all if !SMP (which seems strange). - 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/