]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
arch/tile/Kconfig: don't specify CONFIG_PAGE_OFFSET for 64-bit builds
authorChris Metcalf <cmetcalf@tilera.com>
Tue, 27 Mar 2012 17:56:04 +0000 (13:56 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 2 Apr 2012 16:00:14 +0000 (12:00 -0400)
It's fixed at half the VA space and there's no point in configuring it.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/Kconfig

index 30393aa500ec10db359b0148280730e28f403233..96033e2d6845cc84a442541fb73f095f8d272f91 100644 (file)
@@ -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