[PATCH 5/33] i386 Kconfig: Add a range definition to config PHYSICAL_START

From: Eric W. Biederman
Date: Tue Aug 01 2006 - 07:10:17 EST


The kernels physical start address must fall in the first 1GB on i386.
This just adds a small range definition to enforce that.

Signed-off-by: Eric W. Biederman <ebiederm@xxxxxxxxxxxx>
---
arch/i386/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index daa75ce..062fa01 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -766,6 +766,7 @@ config PHYSICAL_START

default "0x1000000" if CRASH_DUMP
default "0x100000"
+ range 0x100000 0x37c00000
help
This gives the physical address where the kernel is loaded. Normally
for regular kernels this value is 0x100000 (1MB). But in the case
--
1.4.2.rc2.g5209e

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/