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/platforms/pseries/Kconfig | |
parent | f2ca809059294b27703d709a3c4218197c5f16dc (diff) | |
download | linux-d6c569b99558b219fcf0ce0d3af8ec8f077ba924.tar.gz linux-d6c569b99558b219fcf0ce0d3af8ec8f077ba924.tar.bz2 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/platforms/pseries/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/pseries/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig index e1c280a95d58..30ec04f1c67c 100644 --- a/arch/powerpc/platforms/pseries/Kconfig +++ b/arch/powerpc/platforms/pseries/Kconfig @@ -17,7 +17,6 @@ config PPC_PSERIES select PPC_UDBG_16550 select PPC_NATIVE select PPC_DOORBELL - select HAVE_CONTEXT_TRACKING select HOTPLUG_CPU if SMP select ARCH_RANDOM select PPC_DOORBELL |