aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2013-05-03 09:33:49 +0200
committerJan Beulich <jbeulich@suse.com>2013-05-03 09:33:49 +0200
commit1c61028eabb4e2bb37f7541915c1bee4abab94e8 (patch)
tree35b2c3aaca3c6ea5fb9b1a99d5ea910df03f508a
parent6248dec1b4f69d26d1687ab9b3d0e87a81f10c42 (diff)
downloadxen-1c61028eabb4e2bb37f7541915c1bee4abab94e8.tar.gz
xen-1c61028eabb4e2bb37f7541915c1bee4abab94e8.tar.bz2
xen-1c61028eabb4e2bb37f7541915c1bee4abab94e8.zip
apic/iommu: Correct grammar in error message and clarify its meaning
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
-rw-r--r--xen/arch/x86/apic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/arch/x86/apic.c b/xen/arch/x86/apic.c
index d251aa1401..b28f5ed431 100644
--- a/xen/arch/x86/apic.c
+++ b/xen/arch/x86/apic.c
@@ -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;
}