Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 884197f7 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

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: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 3d1e8a81
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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