Skip to content

Commit 6696037

Browse files
mpebp3tk0v
authored andcommitted
EDAC/cell: Remove powerpc Cell driver
This driver can no longer be built since support for IBM Cell Blades was removed, in particular PPC_CELL_COMMON. Remove the driver. [ bp: Remove EDAC_CELL from Cell's defconfig too. ] Signed-off-by: Michael Ellerman <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 558aff7 commit 6696037

File tree

4 files changed

+0
-292
lines changed

4 files changed

+0
-292
lines changed

arch/powerpc/configs/cell_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ CONFIG_INFINIBAND_MTHCA=m
168168
CONFIG_INFINIBAND_IPOIB=m
169169
CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y
170170
CONFIG_EDAC=y
171-
CONFIG_EDAC_CELL=y
172171
CONFIG_UIO=m
173172
CONFIG_EXT2_FS=y
174173
CONFIG_EXT4_FS=y

drivers/edac/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,6 @@ config EDAC_PASEMI
303303
Support for error detection and correction on PA Semi
304304
PWRficient.
305305

306-
config EDAC_CELL
307-
tristate "Cell Broadband Engine memory controller"
308-
depends on PPC_CELL_COMMON
309-
help
310-
Support for error detection and correction on the
311-
Cell Broadband Engine internal memory controller
312-
on platform without a hypervisor
313-
314306
config EDAC_CPC925
315307
tristate "IBM CPC925 Memory Controller (PPC970FX)"
316308
depends on PPC64

drivers/edac/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ obj-$(CONFIG_EDAC_SKX) += skx_edac.o skx_edac_common.o
6262
i10nm_edac-y := i10nm_base.o
6363
obj-$(CONFIG_EDAC_I10NM) += i10nm_edac.o skx_edac_common.o
6464

65-
obj-$(CONFIG_EDAC_CELL) += cell_edac.o
66-
6765
obj-$(CONFIG_EDAC_HIGHBANK_MC) += highbank_mc_edac.o
6866
obj-$(CONFIG_EDAC_HIGHBANK_L2) += highbank_l2_edac.o
6967

drivers/edac/cell_edac.c

Lines changed: 0 additions & 281 deletions
This file was deleted.

0 commit comments

Comments
 (0)