diff options
author | Alexandre Ghiti <alex@ghiti.fr> | 2019-06-27 18:00:11 -0400 |
---|---|---|
committer | Paul Walmsley <paul.walmsley@sifive.com> | 2019-07-03 18:22:50 -0400 |
commit | 3876d4a38ae22bb56311abf5ea418eac46090c00 (patch) | |
tree | 1cf44ec1758dc01c246de84929ada0f20f7228b9 /arch/Kconfig | |
parent | d90d45d7dcb732f0d4fbb3b99164ae54999612d5 (diff) |
x86, arm64: Move ARCH_WANT_HUGE_PMD_SHARE config in arch/Kconfig
ARCH_WANT_HUGE_PMD_SHARE config was declared in both architectures:
move this declaration in arch/Kconfig and make those architectures
select it.
Signed-off-by: Alexandre Ghiti <alex@ghiti.fr>
Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com> # for arm64
Reviewed-by: Hanjun Guo <guohanjun@huawei.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index c47b328eada0..d2f212dc8e72 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -577,6 +577,9 @@ config HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD | |||
577 | config HAVE_ARCH_HUGE_VMAP | 577 | config HAVE_ARCH_HUGE_VMAP |
578 | bool | 578 | bool |
579 | 579 | ||
580 | config ARCH_WANT_HUGE_PMD_SHARE | ||
581 | bool | ||
582 | |||
580 | config HAVE_ARCH_SOFT_DIRTY | 583 | config HAVE_ARCH_SOFT_DIRTY |
581 | bool | 584 | bool |
582 | 585 | ||