From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756907AbYLDKCr (ORCPT ); Thu, 4 Dec 2008 05:02:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751342AbYLDKCi (ORCPT ); Thu, 4 Dec 2008 05:02:38 -0500 Received: from one.firstfloor.org ([213.235.205.2]:52123 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138AbYLDKCh (ORCPT ); Thu, 4 Dec 2008 05:02:37 -0500 Date: Thu, 4 Dec 2008 11:13:43 +0100 From: Andi Kleen To: Wu Fengguang Cc: LKML , Andi Kleen , Ingo Molnar , Andrew Morton Subject: Re: 2.6.28-rc6: early panic with boot option "nosmp" Message-ID: <20081204101343.GO6703@one.firstfloor.org> References: <20081204022806.GA29293@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081204022806.GA29293@localhost> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 04, 2008 at 10:28:06AM +0800, Wu Fengguang wrote: > Hi, > > The boot option "maxcpus=0" or "nosmp" makes kernel 2.6.28-rc6 panic > immediately after booting: > > PANIC: early exception 0e rip 10:ffffffff8176d6ff error 0 cr2 9 It would be useful if you could look the ffffffff8176d6ff address up in your System.map or using gdb. -Andi