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

[Xen-changelog] [IA64] Turn off pending guest timer printk



# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID dc50cdd66c5ca20aba3bcc57aac22fd7a82d01f2
# Parent  0f905da1451d3bbbf1b9ff367856500b21c79a05
[IA64] 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.

Signed-off-by: Dan Magenheimer <dan.magenheimer@xxxxxx>

diff -r 0f905da1451d -r dc50cdd66c5c xen/arch/ia64/xen/vcpu.c
--- a/xen/arch/ia64/xen/vcpu.c  Tue Mar 14 19:38:49 2006
+++ b/xen/arch/ia64/xen/vcpu.c  Tue Mar 14 20:10:21 2006
@@ -686,7 +686,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-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®.