提交 d140b9bf 编写于 作者: V Vineet Gupta

ARC: don't enable DISCONTIGMEM unconditionally

Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
上级 60f2b4b8
...@@ -61,7 +61,7 @@ config RWSEM_GENERIC_SPINLOCK ...@@ -61,7 +61,7 @@ config RWSEM_GENERIC_SPINLOCK
def_bool y def_bool y
config ARCH_DISCONTIGMEM_ENABLE config ARCH_DISCONTIGMEM_ENABLE
def_bool y def_bool n
config ARCH_FLATMEM_ENABLE config ARCH_FLATMEM_ENABLE
def_bool y def_bool y
...@@ -453,7 +453,7 @@ config LINUX_LINK_BASE ...@@ -453,7 +453,7 @@ config LINUX_LINK_BASE
config HIGHMEM config HIGHMEM
bool "High Memory Support" bool "High Memory Support"
select DISCONTIGMEM select ARCH_DISCONTIGMEM_ENABLE
help help
With ARC 2G:2G address split, only upper 2G is directly addressable by With ARC 2G:2G address split, only upper 2G is directly addressable by
kernel. Enable this to potentially allow access to rest of 2G and PAE kernel. Enable this to potentially allow access to rest of 2G and PAE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册