Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
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;
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;