diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-12 09:53:05 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-12 09:53:25 +0100 |
commit | e8db89a242f46820b622be48d65951879575efd1 (patch) | |
tree | e2446c2066b51924d5b38c8ec26b288282e48b48 /arch/arm/Kconfig | |
parent | bb2d8130dcc6d285b215b75d4ec2a9b2063efa4f (diff) | |
download | talos-obmc-linux-e8db89a242f46820b622be48d65951879575efd1.tar.gz talos-obmc-linux-e8db89a242f46820b622be48d65951879575efd1.zip |
ARM: Highmem: drop experimental status
Highmem on ARM has been around for a while now, without any major issues
being raised. So, drop the experimental status of this feature.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ac19a5ac048f..a816a93e1993 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1520,8 +1520,8 @@ config ARCH_SELECT_MEMORY_MODEL def_bool ARCH_SPARSEMEM_ENABLE config HIGHMEM - bool "High Memory Support (EXPERIMENTAL)" - depends on MMU && EXPERIMENTAL + bool "High Memory Support" + depends on MMU help The address space of ARM processors is only 4 Gigabytes large and it has to accommodate user address space, kernel address |