summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorAnton Blanchard2017-01-12 11:17:33 +0100
committerMichael Ellerman2017-02-02 06:35:24 +0100
commitd6c569b99558b219fcf0ce0d3af8ec8f077ba924 (patch)
treed7385b909f30d6e5b5e82a1fefe405650dd5c7f8 /arch/powerpc/Kconfig
parentpowerpc/sparse: Constify the address pointer in __get_user_nosleep() (diff)
downloadkernel-qcow2-linux-d6c569b99558b219fcf0ce0d3af8ec8f077ba924.tar.gz
kernel-qcow2-linux-d6c569b99558b219fcf0ce0d3af8ec8f077ba924.tar.xz
kernel-qcow2-linux-d6c569b99558b219fcf0ce0d3af8ec8f077ba924.zip
powerpc/64: Move HAVE_CONTEXT_TRACKING from pseries to common Kconfig
We added support for HAVE_CONTEXT_TRACKING, but placed the option inside PPC_PSERIES. This has the undesirable effect that NO_HZ_FULL can be enabled on a kernel with both powernv and pseries support, but cannot on a kernel with powernv only support. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index e022859340b7..33f5b8380a7d 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -165,6 +165,7 @@ config PPC
select HAVE_ARCH_HARDENED_USERCOPY
select HAVE_KERNEL_GZIP
select HAVE_CC_STACKPROTECTOR
+ select HAVE_CONTEXT_TRACKING if PPC64
config GENERIC_CSUM
def_bool n