diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2019-12-19 15:26:38 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-01-06 08:25:29 +0300 |
commit | 4a8e274e2d8cc5628d3027be0900e8835a2dfa7b (patch) | |
tree | 244eebff30d3007b0554c0980aabe0ac84f5dc93 /arch/powerpc/platforms/pseries/Kconfig | |
parent | fb185a4052b18c97ebc98f6a8db30a60abca35e0 (diff) | |
download | linux-4a8e274e2d8cc5628d3027be0900e8835a2dfa7b.tar.xz |
powerpc/pseries: Remove redundant select of PPC_DOORBELL
Commit d4e58e5928f8 ("powerpc/powernv: Enable POWER8 doorbell IPIs")
added a select of PPC_DOORBELL to PPC_PSERIES, but it already had a
select of PPC_DOORBELL. One is enough.
Reported-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20191219125840.32592-1-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 595e9f8a6539..24c18362e5ea 100644 --- a/arch/powerpc/platforms/pseries/Kconfig +++ b/arch/powerpc/platforms/pseries/Kconfig @@ -21,7 +21,6 @@ config PPC_PSERIES select PPC_DOORBELL select HOTPLUG_CPU select ARCH_RANDOM - select PPC_DOORBELL select FORCE_SMP select SWIOTLB default y |