diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-21 16:08:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-21 16:08:19 +0000 |
commit | 6bee06e73ebfff58a563ab294d7267ff1f8dd214 (patch) | |
tree | 8743be2405c7f2cad8e3ad63e42ff01b25cdff1c /target/linux/x86 | |
parent | 22d063513c2a52ffc506ba1d58bc53be44b28bd9 (diff) | |
download | master-187ad058-6bee06e73ebfff58a563ab294d7267ff1f8dd214.tar.gz master-187ad058-6bee06e73ebfff58a563ab294d7267ff1f8dd214.tar.bz2 master-187ad058-6bee06e73ebfff58a563ab294d7267ff1f8dd214.zip |
kernel: clean up redundant SLUB/SLAB related defines for 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48443 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/64/config-default | 1 | ||||
-rw-r--r-- | target/linux/x86/config-4.4 | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index a5947a27a0..0603b6028b 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -173,7 +173,6 @@ CONFIG_SATA_AHCI=y # CONFIG_SCIF_BUS is not set CONFIG_SCSI_VIRTIO=y CONFIG_SERIAL_8250_PNP=y -CONFIG_SLUB_CPU_PARTIAL=y CONFIG_SMP=y CONFIG_SPARSEMEM=y CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y diff --git a/target/linux/x86/config-4.4 b/target/linux/x86/config-4.4 index 49a0cfdd7f..f87eba9925 100644 --- a/target/linux/x86/config-4.4 +++ b/target/linux/x86/config-4.4 @@ -357,10 +357,6 @@ CONFIG_SERIO=y CONFIG_SERIO_I8042=y CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_SERPORT=y -# CONFIG_SLAB is not set -CONFIG_SLUB=y -CONFIG_SLUB_DEBUG=y -# CONFIG_SLUB_DEBUG_ON is not set # CONFIG_SMSC37B787_WDT is not set # CONFIG_SMSC_SCH311X_WDT is not set CONFIG_SPARSEMEM_STATIC=y |