* [PATCH] hvmloader: mp table fix
@ 2009-12-30 8:57 Yang, Xiaowei
0 siblings, 0 replies; only message in thread
From: Yang, Xiaowei @ 2009-12-30 8:57 UTC (permalink / raw)
To: xen-devel@lists.xensource.com
The bug causes noapic PAE Windows 2k3 boot failure.
diff -r 3f654b88e201 tools/firmware/hvmloader/mp_tables.c
--- a/tools/firmware/hvmloader/mp_tables.c Tue Dec 29 15:11:47 2009 +0000
+++ b/tools/firmware/hvmloader/mp_tables.c Wed Dec 30 15:07:24 2009 +0800
@@ -344,7 +344,7 @@
continue; /* skip the slave PIC connection */
mpiie = (struct mp_io_intr_entry *)p;
mpiie->type = ENTRY_TYPE_IO_INTR;
- mpiie->intr_type = INTR_TYPE_EXTINT;
+ mpiie->intr_type = INTR_TYPE_INT;
mpiie->io_intr_flags = (PCI_ISA_IRQ_MASK & (1U << i)) ? 0xf : 0x0;
mpiie->src_bus_id = BUS_ID_ISA;
mpiie->src_bus_irq = i;
Signed-off-by: Yang Xiaowei <xiaowei.yang@intel.com>
Thanks,
xiaowei
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-30 8:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-30 8:57 [PATCH] hvmloader: mp table fix Yang, Xiaowei
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.