Andrew Cooper
2013-May-02 16:51 UTC
[PATCH] apic/iommu: Correct grammar in error message and clarify its meaning
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> --- This affects Xen 4.2 and 4.1, so I propose it for backport. diff -r 24df082ff3e7 -r 7bc81065d2d5 xen/arch/x86/apic.c --- a/xen/arch/x86/apic.c +++ b/xen/arch/x86/apic.c @@ -970,8 +970,7 @@ 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("Failed to enable Interrupt Remapping. Will not enable x2apic\n"); goto restore_out; }
Seemingly Similar Threads
- [PATCH v3] IOMMU: keep disabled until iommu_setup() is called
- [PATCH] VTD/Intremap: Disable Intremap on Chipset 5500/5520/X58 due to errata
- [PATCH]x86:x2apic: Disable x2apic on x86-32 permanently
- [PATCH] x86/ACPI/x2APIC: guard against out of range ACPI or APIC IDs
- [PATCH] x86/apic: remove DMI checks in bigsmp driver for obsolete systems