aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDietmar Hahn <dietmar.hahn@ts.fujitsu.com>2012-03-16 10:14:38 +0100
committerDietmar Hahn <dietmar.hahn@ts.fujitsu.com>2012-03-16 10:14:38 +0100
commit20bd1ee507b275d88cdf71d2f2f22834919b5c5e (patch)
tree77ca249be50b1c67853a34103653ded9e5da65e5
parent18bd44fa0d59dbc12dd5ed9aedbbc06749a88ad8 (diff)
downloadxen-20bd1ee507b275d88cdf71d2f2f22834919b5c5e.tar.gz
xen-20bd1ee507b275d88cdf71d2f2f22834919b5c5e.tar.bz2
xen-20bd1ee507b275d88cdf71d2f2f22834919b5c5e.zip
x86/vpmu: small fix for console logging beauty
Signed-off-by: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com> Committed-by: Jan Beulich <jbeulich@suse.com>
-rw-r--r--xen/arch/x86/hvm/vmx/vpmu_core2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/hvm/vmx/vpmu_core2.c b/xen/arch/x86/hvm/vmx/vpmu_core2.c
index 7ee3eee5cb..266d4a6141 100644
--- a/xen/arch/x86/hvm/vmx/vpmu_core2.c
+++ b/xen/arch/x86/hvm/vmx/vpmu_core2.c
@@ -690,7 +690,7 @@ static int core2_vpmu_initialise(struct vcpu *v, unsigned int vpmu_flags)
printk("******************************************************\n");
printk("** WARNING: Emulation of BTS Feature is switched on **\n");
printk("** Using this processor feature in a virtualized **\n");
- printk("** environment is not 100%% safe. **\n");
+ printk("** environment is not 100%% safe. **\n");
printk("** Setting the DS buffer address with wrong values **\n");
printk("** may lead to hypervisor hangs or crashes. **\n");
printk("** It is NOT recommended for production use! **\n");