[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Clean up IO-APIC update tracing and demote to DPRINTK().



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID e36892ad41444b5d2deb2fbea6b4ee2e52b7edac
# Parent  70837ac15cadf83e1fda27ae8468317afeb88ab0
Clean up IO-APIC update tracing and demote to DPRINTK().

Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r 70837ac15cad -r e36892ad4144 xen/arch/x86/io_apic.c
--- a/xen/arch/x86/io_apic.c    Sat Apr  8 10:01:17 2006
+++ b/xen/arch/x86/io_apic.c    Sat Apr  8 11:09:25 2006
@@ -1897,12 +1897,11 @@
 }
 
 #define WARN_BOGUS_WRITE(f, a...)                                       \
-    printk("%s: apic=%d,pin=%d,oirq=%d,nirq=%d\n"                       \
-           "%s: oent=%08x:%08x,nent=%08x:%08x\n"                        \
-           "%s: " f, __FUNCTION__, apic, pin, old_irq, new_irq,         \
-           __FUNCTION__, *(u32 *)&old_rte, *((u32 *)&old_rte+1),        \
-           *(u32 *)&new_rte, *((u32 *)&new_rte+1),                      \
-           __FUNCTION__ , ##a )
+    DPRINTK("\n%s: apic=%d, pin=%d, old_irq=%d, new_irq=%d\n"           \
+            "%s: old_entry=%08x, new_entry=%08x\n"                      \
+            "%s: " f, __FUNCTION__, apic, pin, old_irq, new_irq,        \
+            __FUNCTION__, *(u32 *)&old_rte, *(u32 *)&new_rte,           \
+            __FUNCTION__ , ##a )
 
 int ioapic_guest_write(unsigned long physbase, unsigned int reg, u32 val)
 {

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.