From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751118AbWFGIBq (ORCPT ); Wed, 7 Jun 2006 04:01:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751121AbWFGIBq (ORCPT ); Wed, 7 Jun 2006 04:01:46 -0400 Received: from mx1.suse.de ([195.135.220.2]:64640 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1751118AbWFGIBq (ORCPT ); Wed, 7 Jun 2006 04:01:46 -0400 From: Andi Kleen To: Keith Owens Subject: Re: NMI problems with Dell SMP Xeons Date: Wed, 7 Jun 2006 10:01:40 +0200 User-Agent: KMail/1.9.1 Cc: Ashok Raj , linux-kernel@vger.kernel.org, "Brendan Trotter" References: <8446.1149666227@kao2.melbourne.sgi.com> In-Reply-To: <8446.1149666227@kao2.melbourne.sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606071001.40933.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > > Two ways: > > (1) Boot with a kernel with CONFIG_ACPI=n, so the OS only finds 2 cpus > in the MPT instead of the 4 listed by ACPI. > > (2) The kernel has ACPI=y, but is booted with maxcpus=2. > > In both cases, send_IPI_allbutself() with IPI 2 or an NMI will result > in a hard reset. Sounds both like a "Don't do that when it hurts" . I know some people have religious issues with ACPI, but it's simple a fact that many modern boxes don't work correctly in obvious or subtle ways without it. -Andi