# HG changeset patch # User awilliam@xenbuild2.aw # Date 1167781329 25200 # Node ID 912f8af36878c54ec4069a50f629f6ecfae18d21 # Parent f69a329a47789b0bba44a692544e0d14fff182d6 [IA64] tidy up vcpu_set_itc error message This patch enhances the error message in question in two minor ways * typo fix: one -> once * Print the entire message at once, otherwise it seems to end up geting interlaced with other dom0 kernel messages on the console (on my system at least). Signed-Off-By: Simon Horman diff -r f69a329a4778 -r 912f8af36878 xen/arch/ia64/xen/vcpu.c --- a/xen/arch/ia64/xen/vcpu.c Tue Jan 02 16:39:42 2007 -0700 +++ b/xen/arch/ia64/xen/vcpu.c Tue Jan 02 16:42:09 2007 -0700 @@ -1207,8 +1207,8 @@ IA64FAULT vcpu_set_itc(VCPU * vcpu, u64 #ifdef DISALLOW_SETTING_ITC_FOR_NOW static int did_print; if (!did_print) { - printk("vcpu_set_itc: Setting ar.itc is currently disabled\n"); - printk("(this message is only displayed one)\n"); + printk("vcpu_set_itc: Setting ar.itc is currently disabled " + "(this message is only displayed once)\n"); did_print = 1; } #else