mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
#ifdef USE_DOC_MIL for copying PCI IRQ table to segemnt F
This commit is contained in:
parent
46805e16f7
commit
8d01b04558
1 changed files with 3 additions and 2 deletions
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue