From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932609AbVJZOoD (ORCPT ); Wed, 26 Oct 2005 10:44:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751499AbVJZOoC (ORCPT ); Wed, 26 Oct 2005 10:44:02 -0400 Received: from public.id2-vpn.continvity.gns.novell.com ([195.33.99.129]:41613 "EHLO emea1-mh.id2.novell.com") by vger.kernel.org with ESMTP id S1751497AbVJZOoB (ORCPT ); Wed, 26 Oct 2005 10:44:01 -0400 Message-Id: <435FB26B.76F0.0078.0@novell.com> X-Mailer: Novell GroupWise Internet Agent 7.0 Date: Wed, 26 Oct 2005 16:44:27 +0200 From: "Jan Beulich" To: "Andreas Kleen" , Cc: Subject: DIE_GPF vs. DIE_PAGE_FAULT/DIE_TRAP Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org What is the reason for notify_die(DIE_GPF, ...) to be run late in the GP fault handler (on both i386 and x86-64), while for other exceptions it gets run first thing (as I would have expected for all exceptions)? Thanks, Jan