projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d1e8a8
)
arch/tile/Kconfig: don't specify CONFIG_PAGE_OFFSET for 64-bit builds
author
Chris Metcalf
<cmetcalf@tilera.com>
Tue, 27 Mar 2012 17:56:04 +0000
(13:56 -0400)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/arch/tile/Kconfig
b/arch/tile/Kconfig
index 30393aa500ec10db359b0148280730e28f403233..96033e2d6845cc84a442541fb73f095f8d272f91 100644
(file)
--- 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