ia64/xen-unstable
changeset 9171:dc50cdd66c5c
[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@hp.com>
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@hp.com>
author | awilliam@xenbuild.aw |
---|---|
date | Tue Mar 14 13:10:21 2006 -0700 (2006-03-14) |
parents | 0f905da1451d |
children | 0ed4a312765b |
files | xen/arch/ia64/xen/vcpu.c |
line diff
1.1 --- a/xen/arch/ia64/xen/vcpu.c Tue Mar 14 12:38:49 2006 -0700 1.2 +++ b/xen/arch/ia64/xen/vcpu.c Tue Mar 14 13:10:21 2006 -0700 1.3 @@ -686,7 +686,7 @@ check_start: 1.4 if (vector == (PSCB(vcpu,itv) & 0xff)) { 1.5 uint64_t now = ia64_get_itc(); 1.6 if (now < PSCBX(vcpu,domain_itm)) { 1.7 - printk("Ooops, pending guest timer before its due\n"); 1.8 +// printk("Ooops, pending guest timer before its due\n"); 1.9 PSCBX(vcpu,irr[i]) &= ~mask; 1.10 goto check_start; 1.11 }