Mailing List Archive

[xen-unstable] x86: Report TSC skew on boot at higher log level.
# HG changeset patch
# User Keir Fraser <keir.fraser@citrix.com>
# Date 1216141119 -3600
# Node ID b38bceff087af4573dfaf5bb6dad7ac1cfa36148
# Parent 64b55f15a0554a6cb08c60dc8da240449b2da973
x86: Report TSC skew on boot at higher log level.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
---
xen/arch/x86/smpboot.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff -r 64b55f15a055 -r b38bceff087a xen/arch/x86/smpboot.c
--- a/xen/arch/x86/smpboot.c Tue Jul 15 17:57:00 2008 +0100
+++ b/xen/arch/x86/smpboot.c Tue Jul 15 17:58:39 2008 +0100
@@ -195,7 +195,7 @@ static void __init synchronize_tsc_bp (v
unsigned int one_usec;
int buggy = 0;

- printk(KERN_INFO "checking TSC synchronization across %u CPUs: ", num_booting_cpus());
+ printk("checking TSC synchronization across %u CPUs: ", num_booting_cpus());

/* convert from kcyc/sec to cyc/usec */
one_usec = cpu_khz / 1000;
@@ -274,7 +274,7 @@ static void __init synchronize_tsc_bp (v
if (tsc_values[i] < avg)
realdelta = -realdelta;

- printk(KERN_INFO "CPU#%d had %ld usecs TSC skew, fixed it up.\n", i, realdelta);
+ printk("CPU#%d had %ld usecs TSC skew, fixed it up.\n", i, realdelta);
}

sum += delta;

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