projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6248dec
)
apic/iommu: Correct grammar in error message and clarify its meaning
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Fri, 3 May 2013 07:33:49 +0000
(09:33 +0200)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/xen/arch/x86/apic.c
b/xen/arch/x86/apic.c
index d251aa1401b8d748fd6eaa5ca49f366b4505c404..b28f5ed431b9c90f4e9514b84905beb4e100829f 100644
(file)
--- 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;
}