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-ia64-devel

[Xen-ia64-devel] [PATCH] Turn off pending guest timer printk

To: <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-ia64-devel] [PATCH] Turn off pending guest timer printk
From: "Magenheimer, Dan (HP Labs Fort Collins)" <dan.magenheimer@xxxxxx>
Date: Tue, 14 Mar 2006 11:30:01 -0800
Delivery-date: Tue, 14 Mar 2006 19:31:22 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcZHnbAWGLunEgz9S8+uz36BzxrSQw==
Thread-topic: [PATCH] Turn off pending guest timer printk
Per discussion in January, this printk can be turned off as it
is just indicating that a condition occurred which Kevin fixed.

http://lists.xensource.com/archives/html/xen-ia64-devel/2006-01/msg00117
.html

The similar "Oops: timer tick before it's due" from Linux
is probably related but not understood or fixed.

diff -r f4cef1aa2521 xen/arch/ia64/xen/vcpu.c
--- a/xen/arch/ia64/xen/vcpu.c  Tue Mar 14 15:09:34 2006
+++ b/xen/arch/ia64/xen/vcpu.c  Tue Mar 14 12:26:12 2006
@@ -713,7 +713,7 @@
        if (vector == (PSCB(vcpu,itv) & 0xff)) {
                uint64_t now = ia64_get_itc();
                if (now < PSCBX(vcpu,domain_itm)) {
-                       printk("Ooops, pending guest timer before its
due\n");
+//                     printk("Ooops, pending guest timer before its
due\n");
                        PSCBX(vcpu,irr[i]) &= ~mask;
                        goto check_start;
                }

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