[Bug 605686] Re: [maverick] nointremap needed - Blocked an interrupt request due to source-id verificiation failure
Youquan Song
605686 at bugs.launchpad.net
Mon Jul 19 07:03:00 UTC 2010
diff --git a/drivers/pci/intr_remapping.c b/drivers/pci/intr_remapping.c
index 1315ac6..0ccb571 100644
--- a/drivers/pci/intr_remapping.c
+++ b/drivers/pci/intr_remapping.c
@@ -453,7 +453,8 @@ int free_irte(int irq)
static void set_irte_sid(struct irte *irte, unsigned int svt,
unsigned int sq, unsigned int sid)
{
- irte->svt = svt;
+ printk("svt=0x%x,sq=0x%x,sid=0x%x\n",svt,sq,sid);
+ irte->svt = 0;
irte->sq = sq;
irte->sid = sid;
}
please try this patch, and show me the printk information.
Can you upload the BIOS dump information by acpidump tool in pmtools?
--
[maverick] nointremap needed - Blocked an interrupt request due to source-id verificiation failure
https://bugs.launchpad.net/bugs/605686
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list