Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

-1
-1
arch/powerpc/platforms/pseries/Kconfig
··· 21 21 select PPC_DOORBELL 22 22 select HOTPLUG_CPU 23 23 select ARCH_RANDOM 24 - select PPC_DOORBELL 25 24 select FORCE_SMP 26 25 select SWIOTLB 27 26 default y