diff options
author | Anton Blanchard <anton@samba.org> | 2017-01-12 21:17:33 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-02-02 16:35:24 +1100 |
commit | d6c569b99558b219fcf0ce0d3af8ec8f077ba924 (patch) | |
tree | d7385b909f30d6e5b5e82a1fefe405650dd5c7f8 /arch/powerpc/Kconfig | |
parent | f2ca809059294b27703d709a3c4218197c5f16dc (diff) | |
download | talos-obmc-linux-d6c569b99558b219fcf0ce0d3af8ec8f077ba924.tar.gz talos-obmc-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/Kconfig | 1 |
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 |