[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Fix assertion in delete_shadow_status to allow for removal of PGT_writable_pred's...



ChangeSet 1.1363, 2005/04/21 21:29:00+01:00, maf46@xxxxxxxxxxxxxxxxx

        Fix assertion in delete_shadow_status to allow for removal of 
PGT_writable_pred's...
        
        Signed-off-by: michael.fetterman@xxxxxxxxxxxx



 shadow.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/xen/include/asm-x86/shadow.h b/xen/include/asm-x86/shadow.h
--- a/xen/include/asm-x86/shadow.h      2005-04-21 21:08:01 -04:00
+++ b/xen/include/asm-x86/shadow.h      2005-04-21 21:08:01 -04:00
@@ -1152,7 +1152,7 @@
     unsigned long key = gpfn | stype;
 
     ASSERT(spin_is_locked(&d->arch.shadow_lock));
-    ASSERT(gpfn && !(gpfn & ~PGT_mfn_mask));
+    ASSERT(!(gpfn & ~PGT_mfn_mask));
     ASSERT(stype && !(stype & ~PGT_type_mask));
 
     head = hash_bucket(d, gpfn);

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.