diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2011-04-06 16:14:25 +0100 |
---|---|---|
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-04-12 14:30:24 -0400 |
commit | 3011c378f591a76e57890a8a6a312fc57ad3cff5 (patch) | |
tree | ebf6d95c12aee5453a1ba4490709e25445f8d8df | |
parent | df72b721a703c44999e964e512600699e47daf16 (diff) |
ARM: 6866/1: Do not restrict HIGHPTE to !OUTER_CACHE
The HIGHPTE config option depends on !OUTER_CACHE. However, there is no
set_pte_ext() function that does outer cache maintenance by physical
address, hence no need for such restriction.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
(cherry picked from commit 974508262e94b567f9d5b7ba1eef9fc493561f63)
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f82dccad257..d4ca75b04bc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1563,7 +1563,6 @@ config HIGHMEM config HIGHPTE bool "Allocate 2nd-level pagetables from highmem" depends on HIGHMEM - depends on !OUTER_CACHE config HW_PERF_EVENTS bool "Enable hardware performance counter support for perf events" |