WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] noirqdebug_setup() in arch/i386/kernel/setup-xen.c

To: "Jan Beulich" <JBeulich@xxxxxxxxxx>
Subject: Re: [Xen-devel] noirqdebug_setup() in arch/i386/kernel/setup-xen.c
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Fri, 7 Apr 2006 10:59:51 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 07 Apr 2006 02:59:36 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <4436463F.76F0.0078.0@xxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4436463F.76F0.0078.0@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On 7 Apr 2006, at 10:00, Jan Beulich wrote:

Can anyone explain why i386 calls noirqdebug_setup() unconditionally, while x86-64 doesn't? I believe this is the reason why we have been seeing spurious interrupt reports only on 64-bits so far.
What was this supposed to suppress originally? Is this still 
applicable? It would seem to me that hiding problems in
this area is rather undesirable...
It's disabled to handle the case where a shared IRQ line is shared 
across multiple driver domains. In that case, if one domain's device is 
busy then both domains will get interrupt notifications, but the 
non-busy driver domain will think that it's receiving spurious 
interrupts (since it doesn't see IRQ_HANDLED from the busy device 
driver ISR, since it's running in a different driver domain).
The above scenario is reasonably rare, and especially if there are 
currently irq problems I think we should stop asserting noirqdebug 
automatically, at least for now in xen-unstable.
 -- Keir


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel