From: Chris Metcalf Date: Tue, 27 Mar 2012 17:56:04 +0000 (-0400) Subject: arch/tile/Kconfig: don't specify CONFIG_PAGE_OFFSET for 64-bit builds X-Git-Tag: v3.4-rc2~7^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=884197f7ea93dc2faf399060dc29cb0dbbda6937;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git 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 --- diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 30393aa..96033e2 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