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] Reduce Xen noise on x86/64.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID da515995a281c2b6831ce4f1cee5ee4b10f24b31
# Parent  c1bcea9129924dd7ddd84ed608ff73a47d8d0e93
Reduce Xen noise on x86/64.

diff -r c1bcea912992 -r da515995a281 xen/arch/x86/traps.c
--- a/xen/arch/x86/traps.c      Sun Aug 14 17:33:32 2005
+++ b/xen/arch/x86/traps.c      Sun Aug 14 17:44:30 2005
@@ -471,8 +471,6 @@
     if ( likely((fixup = search_exception_table(regs->eip)) != 0) )
     {
         perfc_incrc(copy_user_faults);
-        if ( !shadow_mode_enabled(d) )
-            DPRINTK("Page fault: %p -> %p\n", _p(regs->eip), _p(fixup));
         regs->eip = fixup;
         return 0;
     }

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Reduce Xen noise on x86/64., Xen patchbot -unstable <=