Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932278AbWBPIj1 (ORCPT ); Thu, 16 Feb 2006 03:39:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932521AbWBPIj1 (ORCPT ); Thu, 16 Feb 2006 03:39:27 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:9170 "EHLO mx3.mail.elte.hu") by vger.kernel.org with ESMTP id S932278AbWBPIj1 (ORCPT ); Thu, 16 Feb 2006 03:39:27 -0500 Date: Thu, 16 Feb 2006 09:37:44 +0100 From: Ingo Molnar To: Linus Torvalds Cc: Russell King , Hubertus Franke , Linux Kernel Mailing List , Andrew Morton Subject: Re: SMP BUG Message-ID: <20060216083744.GA18962@elte.hu> References: <43F12207.9010507@watson.ibm.com> <20060215230701.GD1508@flint.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=AWL autolearn=no SpamAssassin version=3.0.3 0.0 AWL AWL: From: address is in the auto white-list X-ELTE-VirusStatus: clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 791 Lines: 23 * 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. > > Does this fix the ARM oops? > Signed-off-by: Rik van Riel yep - i agree that pushing runqueue initialization into init_idle() is a natural thing to do. [We used to do init_idle() much later in the past, but today we do it straight from sched_init() - so Rik's patch should be perfectly fine.] Signed-off-by: Ingo Molnar Ingo - 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/