Skip to content

Commit 1148544

Browse files
committed
ARM: defconfig: remove CONFIG_SLUB references
SLUB is now the only remaining allocator after the SLAB removal and it was the default already before that, so no need to mention it in the defconfig files. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 183a967 commit 1148544

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

arch/arm/configs/clps711x_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ CONFIG_ARCH_EDB7211=y
1414
CONFIG_ARCH_P720T=y
1515
CONFIG_AEABI=y
1616
# CONFIG_COREDUMP is not set
17-
CONFIG_SLUB=y
1817
CONFIG_SLUB_TINY=y
1918
CONFIG_NET=y
2019
CONFIG_PACKET=y

arch/arm/configs/collie_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ CONFIG_CMDLINE="noinitrd root=/dev/mtdblock2 rootfstype=jffs2 fbcon=rotate:1"
1313
CONFIG_FPE_NWFPE=y
1414
CONFIG_PM=y
1515
# CONFIG_SWAP is not set
16-
CONFIG_SLUB=y
1716
CONFIG_SLUB_TINY=y
1817
CONFIG_NET=y
1918
CONFIG_PACKET=y

arch/arm/configs/multi_v4t_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CONFIG_ARM_CLPS711X_CPUIDLE=y
2525
CONFIG_JUMP_LABEL=y
2626
CONFIG_PARTITION_ADVANCED=y
2727
# CONFIG_COREDUMP is not set
28-
CONFIG_SLUB=y
2928
CONFIG_SLUB_TINY=y
3029
CONFIG_MTD=y
3130
CONFIG_MTD_CMDLINE_PARTS=y

arch/arm/configs/omap1_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ CONFIG_MODULE_FORCE_UNLOAD=y
4040
CONFIG_PARTITION_ADVANCED=y
4141
CONFIG_BINFMT_MISC=y
4242
# CONFIG_SWAP is not set
43-
CONFIG_SLUB=y
4443
CONFIG_SLUB_TINY=y
4544
# CONFIG_VM_EVENT_COUNTERS is not set
4645
CONFIG_NET=y

arch/arm/configs/pxa_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ CONFIG_PARTITION_ADVANCED=y
4444
CONFIG_LDM_PARTITION=y
4545
CONFIG_CMDLINE_PARTITION=y
4646
CONFIG_BINFMT_MISC=y
47-
CONFIG_SLUB=y
4847
CONFIG_SLUB_TINY=y
4948
# CONFIG_COMPACTION is not set
5049
CONFIG_NET=y

0 commit comments

Comments
 (0)