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] Comment out DTLB MATCH message as it is more frequent an

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Comment out DTLB MATCH message as it is more frequent and annoying now
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 22 Sep 2005 20:02:13 +0000
Delivery-date: Thu, 22 Sep 2005 20:01:01 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User djm@xxxxxxxxxxxxxxx
# Node ID 2556621a7759428504e27d854772d4dd4f061ded
# Parent  7fd1b4d42d94c5fb73f8feb9b98fd72fed55504a
Comment out DTLB MATCH message as it is more frequent and annoying now

diff -r 7fd1b4d42d94 -r 2556621a7759 xen/arch/ia64/xen/vcpu.c
--- a/xen/arch/ia64/xen/vcpu.c  Fri Sep 16 22:50:09 2005
+++ b/xen/arch/ia64/xen/vcpu.c  Fri Sep 16 22:51:55 2005
@@ -1333,8 +1333,8 @@
                dtlb_translate_count++;
                if (vcpu->domain==dom0 && !in_tpa) *pteval = trp->page_flags;
                else *pteval = vcpu->arch.dtlb_pte;
-               printf("DTLB MATCH... NEW, DOM%s, %s\n", vcpu->domain==dom0?
-                       "0":"U", in_tpa?"vcpu_tpa":"ia64_do_page_fault");
+//             printf("DTLB MATCH... NEW, DOM%s, %s\n", vcpu->domain==dom0?
+//                     "0":"U", in_tpa?"vcpu_tpa":"ia64_do_page_fault");
                *itir = trp->itir;
                return IA64_NO_FAULT;
        }

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Comment out DTLB MATCH message as it is more frequent and annoying now, Xen patchbot -unstable <=