Displaying 1 result from an estimated 1 matches for "55e3cc7".
Did you mean:
05e33c7
2011 Aug 22
0
[PATCH] tone down the WARN_ON about unexpected APIC writes
...hem is a bit aggressive. Mostly they relate to failing to setup
perf which I think we are all aware is something which needs attention
on the Xen/pvops side.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 974a528..55e3cc7 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -724,8 +724,9 @@ static u32 xen_apic_read(u32 reg)
static void xen_apic_write(u32 reg, u32 val)
{
- /* Warn to see if there''s any stray references */
- WARN_ON(1);
+ printk(KERN_WARNING "xen: unexpected APIC w...