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-changelog

[Xen-changelog] Kill a bad assertion.

# HG changeset patch
# User sos22@xxxxxxxxxxxxxxxxxxxx
# Node ID 828d512b22ba49667100eaf62f32e90212f6e93d
# Parent  240313350234b7e4f29a042ee1701290a6d1090b
Kill a bad assertion.

Signed-off-by: Steven Smith, sos22@xxxxxxxxx

diff -r 240313350234 -r 828d512b22ba xen/common/domain.c
--- a/xen/common/domain.c       Wed Jul 27 10:54:39 2005
+++ b/xen/common/domain.c       Wed Jul 27 11:02:30 2005
@@ -31,7 +31,6 @@
     struct domain *d, **pd;
     struct vcpu *v;
 
-    ASSERT(cpu_online(cpu));
     if ( (d = alloc_domain_struct()) == NULL )
         return NULL;
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Kill a bad assertion., Xen patchbot -unstable <=