diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2004-07-01 04:21:49 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2004-07-01 04:21:49 +0000 |
commit | e89137b2adfc4d9639e77c1d84bdd688b48cd495 (patch) | |
tree | 49cbf75304ab759fe95da4c0a1f800fa363f395e /src/arch | |
parent | 70093f7875371abe52c4417c6cc3a427d20781c5 (diff) | |
download | coreboot-e89137b2adfc4d9639e77c1d84bdd688b48cd495.tar.xz |
remove_logical_cpus need call get_option
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1617 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch')
-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 c7dcb030a3..08bb7a3401 100644 --- a/src/arch/i386/boot/tables.c +++ b/src/arch/i386/boot/tables.c @@ -6,6 +6,7 @@ #include <arch/pirq_routing.h> #include <arch/smp/mpspec.h> #include <arch/acpi.h> +#include <pc80/mc146818rtc.h> #include "linuxbios_table.h" #if CONFIG_SMP && CONFIG_MAX_PHYSICAL_CPUS && (CONFIG_MAX_PHYSICAL_CPUS < CONFIG_MAX_CPUS) |