search for: xen_apic_wait_icr_idl

Displaying 1 result from an estimated 1 matches for "xen_apic_wait_icr_idl".

Did you mean: xen_apic_wait_icr_idle
2011 Aug 22
0
[PATCH] tone down the WARN_ON about unexpected APIC writes
...6,9 @@ static u64 xen_apic_icr_read(void) static void xen_apic_icr_write(u32 low, u32 id) { - /* Warn to see if there''s any stray references */ - WARN_ON(1); + printk(KERN_WARNING "xen: unexpected APIC ICR write %#x %#x\n", + id, low); + dump_stack(); } static void xen_apic_wait_icr_idle(void) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel