#ifdef USE_DOC_MIL for copying PCI IRQ table to segemnt F

This commit is contained in:
Li-Ta Lo 2000-10-30 09:03:02 +00:00
parent 46805e16f7
commit 8d01b04558

View file

@ -126,8 +126,9 @@ void framebuffer_on()
void copy_irq_routing_table(void)
{
#ifdef SIS630
#ifdef USE_DOC_MIL
/* copy the PCI IRQ table to segment F, not neceressary for 512KB flash case */
memcpy((char *) RTABLE_DEST, &intel_irq_routing_table, intel_irq_routing_table.size);
#endif
#endif /* USE_DOC_MIL */
}