diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-06-25 05:49:45 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-06-29 09:33:14 -0400 |
commit | b4d103d1a45fed0da2f31c905eb5e053c84a41c6 (patch) | |
tree | b833202fc9d4656b0bd1762e2abc73ec2e9fbeee | |
parent | e6ae32c343981a50aa07c34767f2a967cc920edc (diff) |
ARM: add help text for HIGHPTE configuration entry
Add some help text for the HIGHPTE configuration entry. This comes from
the x86 entry, but reworded to be more a more accurate description of
what this option does.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 45df48ba0b12..cc0ea0c6cfc9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1661,6 +1661,12 @@ config HIGHMEM | |||
1661 | config HIGHPTE | 1661 | config HIGHPTE |
1662 | bool "Allocate 2nd-level pagetables from highmem" | 1662 | bool "Allocate 2nd-level pagetables from highmem" |
1663 | depends on HIGHMEM | 1663 | depends on HIGHMEM |
1664 | help | ||
1665 | The VM uses one page of physical memory for each page table. | ||
1666 | For systems with a lot of processes, this can use a lot of | ||
1667 | precious low memory, eventually leading to low memory being | ||
1668 | consumed by page tables. Setting this option will allow | ||
1669 | user-space 2nd level page tables to reside in high memory. | ||
1664 | 1670 | ||
1665 | config HW_PERF_EVENTS | 1671 | config HW_PERF_EVENTS |
1666 | bool "Enable hardware performance counter support for perf events" | 1672 | bool "Enable hardware performance counter support for perf events" |