fix intel jarrell build (no issue tracker number since trivial fix)

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2113 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2005-11-27 12:45:28 +00:00
parent 6384a57e20
commit 45065d90d9
1 changed files with 6 additions and 0 deletions

View File

@ -35,3 +35,9 @@ const struct irq_routing_table intel_irq_routing_table = {
{0x00, 0x38, {{0x60, 0xdcf8}, {0x61, 0xdcf8}, {0x62, 0xdc78}, {0x63, 0xdcf8}}, 0x00, 0x00}
}
};
unsigned long write_pirq_routing_table(unsigned long addr)
{
return copy_pirq_routing_table(addr);
}