22 lines
664 B
Diff
22 lines
664 B
Diff
# HG changeset patch
|
|
# User Keir Fraser <keir.fraser@citrix.com>
|
|
# Date 1223470858 -3600
|
|
# Node ID e66cecb66b1ed83b65804d2eb7c3a30f9f1f01d4
|
|
# Parent 5e4e234d58be41401909f160cb9ed2ee0379c6a9
|
|
x86: Remove bogus assertion from free_domain_pirqs().
|
|
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
|
|
|
|
Index: xen-3.3.1-testing/xen/arch/x86/irq.c
|
|
===================================================================
|
|
--- xen-3.3.1-testing.orig/xen/arch/x86/irq.c
|
|
+++ xen-3.3.1-testing/xen/arch/x86/irq.c
|
|
@@ -903,8 +903,6 @@ void free_domain_pirqs(struct domain *d)
|
|
{
|
|
int i;
|
|
|
|
- ASSERT(d->is_dying == DOMDYING_dying);
|
|
-
|
|
if ( !msi_enable )
|
|
return;
|
|
|