Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758257AbYBFU1Q (ORCPT ); Wed, 6 Feb 2008 15:27:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755384AbYBFU1B (ORCPT ); Wed, 6 Feb 2008 15:27:01 -0500 Received: from terminus.zytor.com ([198.137.202.10]:46961 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755004AbYBFU1A (ORCPT ); Wed, 6 Feb 2008 15:27:00 -0500 Message-ID: <47AA16CA.6000003@zytor.com> Date: Wed, 06 Feb 2008 12:21:30 -0800 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Neil Horman CC: Vivek Goyal , Neil Horman , tglx@linutronix.de, mingo@redhat.com, kexec@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH], issue EOI to APIC prior to calling crash_kexec in die_nmi path References: <20080206192555.GA24910@hmsendeavour.rdu.redhat.com> <20080206194040.GA11886@redhat.com> <20080206201223.GA25183@hmsendeavour.rdu.redhat.com> In-Reply-To: <20080206201223.GA25183@hmsendeavour.rdu.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 625 Lines: 15 Neil Horman wrote: > Can an APIC accept an NMI while already handling an NMI? I didn't think they > would interrupt one another, but rather, pend until such time as the previous > NMI was cleared The CPU certainly won't (there is a hidden flag that's cleared on IRET which disables NMI; it's possible to re-enable NMI by executing a dummy IRET inside the NMI handler.) -hpa -- 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/