aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/e820.h
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-09-26 10:52:37 +0200
committerAndi Kleen <andi@basil.nowhere.org>2006-09-26 10:52:37 +0200
commit8380aabb99719af583447133f19a4d8074b5c337 (patch)
treee26bcd8130199db5c7b978532534a006503b9a95 /include/asm-x86_64/e820.h
parent[PATCH] Fix boot code head.S warning (diff)
downloadlinux-dev-8380aabb99719af583447133f19a4d8074b5c337.tar.xz
linux-dev-8380aabb99719af583447133f19a4d8074b5c337.zip
[PATCH] Remove non e820 fallbacks in high level code
Drop support for non e820 BIOS calls to get the memory map. The boot assembler code still has some support, but not the C code now. Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-x86_64/e820.h')
-rw-r--r--include/asm-x86_64/e820.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86_64/e820.h b/include/asm-x86_64/e820.h
index dba012151856..8dac397bf85e 100644
--- a/include/asm-x86_64/e820.h
+++ b/include/asm-x86_64/e820.h
@@ -22,10 +22,6 @@
#define E820_ACPI 3 /* usable as RAM once ACPI tables have been read */
#define E820_NVS 4
-#define HIGH_MEMORY (1024*1024)
-
-#define LOWMEMSIZE() (0x9f000)
-
#ifndef __ASSEMBLY__
struct e820entry {
u64 addr; /* start of memory segment */