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

[Xen-changelog] Quiet down wbinvd warning for verbose/debug builds of xen.



# HG changeset patch
# User smh22@xxxxxxxxxxxxxxxxxxxx
# Node ID 01fa38f7920701c1529d0db72cf2fac478e5e92a
# Parent  66260f1a9bdedf30ece59763c360d7ac3e22a035
Quiet down wbinvd warning for verbose/debug builds of xen.

Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx>

diff -r 66260f1a9bde -r 01fa38f79207 xen/arch/x86/traps.c
--- a/xen/arch/x86/traps.c      Thu Feb  9 02:20:51 2006
+++ b/xen/arch/x86/traps.c      Thu Feb  9 10:32:17 2006
@@ -877,7 +877,9 @@
     case 0x09: /* WBINVD */
         /* Ignore the instruction if unprivileged. */
         if ( !cache_flush_permitted(v->domain) )
-            DPRINTK("Non-physdev domain attempted WBINVD.\n");
+            /* Non-physdev domain attempted WBINVD; ignore for now since
+               newer linux uses this in some start-of-day timing loops */
+            ;
         else
             wbinvd();
         break;

_______________________________________________
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®.