From: Dietmar Hahn Date: Fri, 16 Mar 2012 09:14:38 +0000 (+0100) Subject: x86/vpmu: small fix for console logging beauty X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=20bd1ee507b275d88cdf71d2f2f22834919b5c5e;p=xen.git x86/vpmu: small fix for console logging beauty Signed-off-by: Dietmar Hahn Committed-by: Jan Beulich --- 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");