diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-06-07 10:25:42 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-06-07 10:25:42 +0000 |
commit | 0b607b39baa652ada1f749e4f4488d6bf450d3c0 (patch) | |
tree | 31afafc9a67c3973bb7ad511e176bd5c75156f92 /src/arch/i386/boot/tables.c | |
parent | ab8ff84402e97d544b519ec17a2ee184651b8af6 (diff) | |
download | coreboot-0b607b39baa652ada1f749e4f4488d6bf450d3c0.tar.xz |
simplify pirq handling. Only apply consistency fixes on the copied version
of the pirq table.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1604 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/boot/tables.c')
-rw-r--r-- | src/arch/i386/boot/tables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/i386/boot/tables.c b/src/arch/i386/boot/tables.c index b7e4024f5d..c7dcb030a3 100644 --- a/src/arch/i386/boot/tables.c +++ b/src/arch/i386/boot/tables.c @@ -46,7 +46,6 @@ struct lb_memory *write_tables(struct mem_range *mem, unsigned long *processor_m low_table_end = 16; post_code(0x9a); - check_pirq_routing_table(); /* This table must be betweeen 0xf0000 & 0x100000 */ rom_table_end = copy_pirq_routing_table(rom_table_end); |