diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-04-15 17:33:21 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-04-15 17:33:21 +0000 |
commit | 8e79fc3fa892f3a44f127239012dd3794cc71bbd (patch) | |
tree | 9185170faedb53342a5d44c3373f7215bbdcfded /src/arch/i386/boot/tables.c | |
parent | 6463ae7f1bd1f7ab60725529cf79af30a0e7297d (diff) |
code reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1505 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, 1 insertions, 0 deletions
diff --git a/src/arch/i386/boot/tables.c b/src/arch/i386/boot/tables.c index 827b46ed32..b7e4024f5d 100644 --- a/src/arch/i386/boot/tables.c +++ b/src/arch/i386/boot/tables.c @@ -47,6 +47,7 @@ struct lb_memory *write_tables(struct mem_range *mem, unsigned long *processor_m post_code(0x9a); check_pirq_routing_table(); + /* This table must be betweeen 0xf0000 & 0x100000 */ rom_table_end = copy_pirq_routing_table(rom_table_end); rom_table_end = (rom_table_end + 1023) & ~1023; |