Author: nbd Date: 2016-01-21 17:08:19 +0100 (Thu, 21 Jan 2016) New Revision: 48443
Modified: trunk/target/linux/mpc85xx/config-4.4 trunk/target/linux/mpc85xx/p1020/config-default trunk/target/linux/sunxi/config-4.4 trunk/target/linux/x86/64/config-default trunk/target/linux/x86/config-4.4 Log: kernel: clean up redundant SLUB/SLAB related defines for 4.4 Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/mpc85xx/config-4.4 =================================================================== --- trunk/target/linux/mpc85xx/config-4.4 2016-01-21 16:08:15 UTC (rev 48442) +++ trunk/target/linux/mpc85xx/config-4.4 2016-01-21 16:08:19 UTC (rev 48443) @@ -270,8 +270,6 @@ CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SERIAL_QE is not set CONFIG_SIMPLE_GPIO=y -# CONFIG_SLAB is not set -CONFIG_SLUB=y CONFIG_SOCK_DIAG=y # CONFIG_SOCRATES is not set CONFIG_SPARSE_IRQ=y Modified: trunk/target/linux/mpc85xx/p1020/config-default =================================================================== --- trunk/target/linux/mpc85xx/p1020/config-default 2016-01-21 16:08:15 UTC (rev 48442) +++ trunk/target/linux/mpc85xx/p1020/config-default 2016-01-21 16:08:19 UTC (rev 48443) @@ -11,7 +11,6 @@ CONFIG_RFS_ACCEL=y CONFIG_RPS=y CONFIG_RWSEM_SPIN_ON_OWNER=y -CONFIG_SLUB_CPU_PARTIAL=y CONFIG_SMP=y CONFIG_TREE_RCU=y CONFIG_XPS=y Modified: trunk/target/linux/sunxi/config-4.4 =================================================================== --- trunk/target/linux/sunxi/config-4.4 2016-01-21 16:08:15 UTC (rev 48442) +++ trunk/target/linux/sunxi/config-4.4 2016-01-21 16:08:19 UTC (rev 48443) @@ -419,11 +419,6 @@ CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SERIO=y CONFIG_SERIO_SERPORT=y -# CONFIG_SLAB is not set -CONFIG_SLUB=y -CONFIG_SLUB_CPU_PARTIAL=y -CONFIG_SLUB_DEBUG=y -# CONFIG_SLUB_DEBUG_ON is not set CONFIG_SMP=y CONFIG_SMP_ON_UP=y CONFIG_SND=y Modified: trunk/target/linux/x86/64/config-default =================================================================== --- trunk/target/linux/x86/64/config-default 2016-01-21 16:08:15 UTC (rev 48442) +++ trunk/target/linux/x86/64/config-default 2016-01-21 16:08:19 UTC (rev 48443) @@ -173,7 +173,6 @@ # 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 Modified: trunk/target/linux/x86/config-4.4 =================================================================== --- trunk/target/linux/x86/config-4.4 2016-01-21 16:08:15 UTC (rev 48442) +++ trunk/target/linux/x86/config-4.4 2016-01-21 16:08:19 UTC (rev 48443) @@ -357,10 +357,6 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
