aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/boot
diff options
context:
space:
mode:
authorYinghai Lu <yinghailu@gmail.com>2004-07-01 04:21:49 +0000
committerYinghai Lu <yinghailu@gmail.com>2004-07-01 04:21:49 +0000
commite89137b2adfc4d9639e77c1d84bdd688b48cd495 (patch)
tree49cbf75304ab759fe95da4c0a1f800fa363f395e /src/arch/i386/boot
parent70093f7875371abe52c4417c6cc3a427d20781c5 (diff)
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/i386/boot')
-rw-r--r--src/arch/i386/boot/tables.c1
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)