[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] apic/iommu: Correct grammar in error message and clarify its meaning
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- 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; } _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |