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

Configure Feed

Select the types of activity you want to include in your feed.

powerpc: Remove IBM_CELL_BLADE & SPIDER_NET references

The symbols are no longer selectable so remove references to them.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20241218105523.416573-4-mpe@ellerman.id.au

authored by

Michael Ellerman and committed by
Madhavan Srinivasan
de9d1be4 38efe5a9

-6
-2
arch/powerpc/boot/Makefile
··· 173 173 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 174 174 src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S 175 175 src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S 176 - src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S 177 176 src-plat-$(CONFIG_MVME7100) += motload-head.S mvme7100.c 178 177 179 178 src-plat-$(CONFIG_PPC_MICROWATT) += fixed-head.S microwatt.c ··· 275 276 276 277 image-$(CONFIG_PPC_PSERIES) += zImage.pseries 277 278 image-$(CONFIG_PPC_POWERNV) += zImage.pseries 278 - image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries 279 279 image-$(CONFIG_PPC_PS3) += dtbImage.ps3 280 280 image-$(CONFIG_PPC_CHRP) += zImage.chrp 281 281 image-$(CONFIG_PPC_EFIKA) += zImage.chrp
-2
arch/powerpc/configs/cell_defconfig
··· 25 25 CONFIG_PS3_ROM=m 26 26 CONFIG_PS3_FLASH=m 27 27 CONFIG_PS3_LPM=m 28 - CONFIG_PPC_IBM_CELL_BLADE=y 29 28 CONFIG_RTAS_FLASH=y 30 29 CONFIG_CPU_FREQ=y 31 30 CONFIG_CPU_FREQ_GOV_POWERSAVE=y ··· 132 133 CONFIG_SKY2=m 133 134 CONFIG_GELIC_NET=m 134 135 CONFIG_GELIC_WIRELESS=y 135 - CONFIG_SPIDER_NET=y 136 136 # CONFIG_INPUT_KEYBOARD is not set 137 137 # CONFIG_INPUT_MOUSE is not set 138 138 # CONFIG_SERIO_I8042 is not set
-2
arch/powerpc/configs/ppc64_defconfig
··· 51 51 CONFIG_PS3_ROM=m 52 52 CONFIG_PS3_FLASH=m 53 53 CONFIG_PS3_LPM=m 54 - CONFIG_PPC_IBM_CELL_BLADE=y 55 54 CONFIG_RTAS_FLASH=m 56 55 CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y 57 56 CONFIG_CPU_FREQ_GOV_POWERSAVE=y ··· 227 228 CONFIG_SUNGEM=y 228 229 CONFIG_GELIC_NET=m 229 230 CONFIG_GELIC_WIRELESS=y 230 - CONFIG_SPIDER_NET=m 231 231 CONFIG_BROADCOM_PHY=m 232 232 CONFIG_MARVELL_PHY=y 233 233 CONFIG_PPP=m