- Remove bogus #if CONFIG_SMP test

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@884 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman 2003-06-19 03:34:54 +00:00
parent d3283ec05f
commit 9dbd460776
1 changed files with 1 additions and 2 deletions

View File

@ -52,11 +52,10 @@ struct lb_memory *write_tables(struct mem_range *mem, unsigned long *processor_m
/* copy the smp block to address 0 */ /* copy the smp block to address 0 */
post_code(0x96); post_code(0x96);
#if CONFIG_SMP
/* The smp table must be in 0-1K, 639K-640K, or 960K-1M */ /* The smp table must be in 0-1K, 639K-640K, or 960K-1M */
remove_logical_cpus(processor_map); remove_logical_cpus(processor_map);
low_table_end = write_smp_table(low_table_end, 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 */ /* Don't write anything in the traditional x86 BIOS data segment */
if (low_table_end < 0x500) { if (low_table_end < 0x500) {