]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
apic/iommu: Correct grammar in error message and clarify its meaning
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 3 May 2013 07:33:49 +0000 (09:33 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 3 May 2013 07:33:49 +0000 (09:33 +0200)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/apic.c

index d251aa1401b8d748fd6eaa5ca49f366b4505c404..b28f5ed431b9c90f4e9514b84905beb4e100829f 100644 (file)
@@ -970,8 +970,8 @@ void __init x2apic_bsp_setup(void)
             panic("Interrupt remapping could not be enabled while "
                   "x2APIC is already enabled by BIOS!\n");
 
-        printk("Would not enable x2APIC due to interrupt remapping "
-               "cannot be enabled.\n");
+        printk(XENLOG_ERR
+               "Failed to enable Interrupt Remapping: Will not enable x2APIC.\n");
         goto restore_out;
     }