diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-03-27 13:56:04 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-04-02 12:00:14 -0400 |
commit | 884197f7ea93dc2faf399060dc29cb0dbbda6937 (patch) | |
tree | 57ab2c78c664d8327f5849092351fabb7e5e2cb1 /arch/tile | |
parent | 3d1e8a81cc81e62d13731e48c40760e60f31b0d5 (diff) | |
download | linux-3.10-884197f7ea93dc2faf399060dc29cb0dbbda6937.tar.gz linux-3.10-884197f7ea93dc2faf399060dc29cb0dbbda6937.tar.bz2 linux-3.10-884197f7ea93dc2faf399060dc29cb0dbbda6937.zip |
arch/tile/Kconfig: don't specify CONFIG_PAGE_OFFSET for 64-bit builds
It's fixed at half the VA space and there's no point in configuring it.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile')
-rw-r--r-- | arch/tile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 30393aa500e..96033e2d684 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -243,6 +243,7 @@ endchoice config PAGE_OFFSET hex + depends on !64BIT default 0xF0000000 if VMSPLIT_3_75G default 0xE0000000 if VMSPLIT_3_5G default 0xB0000000 if VMSPLIT_2_75G |