diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-12 04:53:05 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-12 04:53:25 -0400 |
commit | e8db89a242f46820b622be48d65951879575efd1 (patch) | |
tree | e2446c2066b51924d5b38c8ec26b288282e48b48 /arch/arm/Kconfig | |
parent | bb2d8130dcc6d285b215b75d4ec2a9b2063efa4f (diff) |
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 | |||
1520 | def_bool ARCH_SPARSEMEM_ENABLE | 1520 | def_bool ARCH_SPARSEMEM_ENABLE |
1521 | 1521 | ||
1522 | config HIGHMEM | 1522 | config HIGHMEM |
1523 | bool "High Memory Support (EXPERIMENTAL)" | 1523 | bool "High Memory Support" |
1524 | depends on MMU && EXPERIMENTAL | 1524 | depends on MMU |
1525 | help | 1525 | help |
1526 | The address space of ARM processors is only 4 Gigabytes large | 1526 | The address space of ARM processors is only 4 Gigabytes large |
1527 | and it has to accommodate user address space, kernel address | 1527 | and it has to accommodate user address space, kernel address |