aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/boot/tables.c
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-06-17 16:48:07 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-06-17 16:48:07 +0000
commit667393676bf0ea08b6aadfc0119bd87f7cf2cc25 (patch)
tree1b6a52752bc1f755283d896d5d42992ce386e6d4 /src/arch/i386/boot/tables.c
parent8d9c123812492a80a43112c8dd217fcfb3cee2c5 (diff)
new config file testing the update stuff.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@881 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/boot/tables.c')
-rw-r--r--src/arch/i386/boot/tables.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/boot/tables.c b/src/arch/i386/boot/tables.c
index 07579fefe2..45e2283001 100644
--- a/src/arch/i386/boot/tables.c
+++ b/src/arch/i386/boot/tables.c
@@ -52,9 +52,11 @@ struct lb_memory *write_tables(struct mem_range *mem, unsigned long *processor_m
/* copy the smp block to address 0 */
post_code(0x96);
+#if CONFIG_SMP
/* The smp table must be in 0-1K, 639K-640K, or 960K-1M */
remove_logical_cpus(processor_map);
low_table_end = write_smp_table(low_table_end, processor_map);
+#endif
/* Don't write anything in the traditional x86 BIOS data segment */
if (low_table_end < 0x500) {