projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a33bc
)
x86: Quieten tracing in msi startup/shutdown handlers.
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 18 Dec 2008 17:14:27 +0000
(17:14 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 18 Dec 2008 17:14:27 +0000
(17:14 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/io_apic.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/io_apic.c
b/xen/arch/x86/io_apic.c
index b385d0ffee3eb100bce0b3b537cff59baccc559c..035e0152eb89940fde57f94e6ce041bc3a4a5b03 100644
(file)
--- a/
xen/arch/x86/io_apic.c
+++ b/
xen/arch/x86/io_apic.c
@@
-1551,7
+1551,6
@@
static struct hw_interrupt_type ioapic_level_type = {
static unsigned int startup_msi_vector(unsigned int vector)
{
- dprintk(XENLOG_INFO, "startup msi vector %x\n", vector);
unmask_msi_vector(vector);
return 0;
}
@@
-1567,7
+1566,6
@@
static void end_msi_vector(unsigned int vector)
static void shutdown_msi_vector(unsigned int vector)
{
- dprintk(XENLOG_INFO, "shutdown msi vector %x\n", vector);
mask_msi_vector(vector);
}