WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [IA64] tidy up vcpu_set_itc error message

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] tidy up vcpu_set_itc error message
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Jan 2007 21:10:29 -0800
Delivery-date: Thu, 18 Jan 2007 21:50:11 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User awilliam@xxxxxxxxxxxx
# 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 <horms@xxxxxxxxxxxx>
---
 xen/arch/ia64/xen/vcpu.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] tidy up vcpu_set_itc error message, Xen patchbot-unstable <=