Skip to content

Commit

Permalink
arch/tile/Kconfig: don't specify CONFIG_PAGE_OFFSET for 64-bit builds
Browse files Browse the repository at this point in the history
It's fixed at half the VA space and there's no point in configuring it.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
  • Loading branch information
Chris Metcalf committed Apr 2, 2012
1 parent 3d1e8a8 commit 884197f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/tile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 884197f

Please sign in to comment.