aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-03-08 13:17:16 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-03-08 13:17:16 -0500
commit47baa3c82ce3a97f27b79a1e7202cb358115fef9 (patch)
treec5dbdb6ef1ac38e6a8fef5c3a4a3e85c77ebb9a7 /src/system.c
parentcbbb6679c243c56829ed470595de4ae98ef2975d (diff)
downloadseabios-47baa3c82ce3a97f27b79a1e7202cb358115fef9.tar.gz
Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS."
This reverts commit 3d029417164e9a6dffee491fb061de3de6d85595. Conflicts: src/post.c
Diffstat (limited to 'src/system.c')
-rw-r--r--src/system.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/system.c b/src/system.c
index 79f7dc86..f4b13f8d 100644
--- a/src/system.c
+++ b/src/system.c
@@ -5,7 +5,6 @@
//
// This file may be distributed under the terms of the GNU GPLv3 license.
-#include "acpi.h"
#include "util.h" // irq_restore
#include "biosvar.h" // CONFIG_BIOS_TABLE
#include "ioport.h" // inb
@@ -289,6 +288,8 @@ handle_15e801(struct bregs *regs)
set_cf(regs, 0);
}
+#define ACPI_DATA_SIZE 0x00010000L
+
static void
set_e820_range(u16 DI, u32 start, u32 end, u16 type)
{