aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-08-07 10:20:36 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-08-07 10:20:36 +0000
commita9fad2d0512826eff33f1d8897018aaca97c1e04 (patch)
tree0f7819c2d9297b2902a4c05fde6aa4fb1ff610c1 /target
parent96677f8beb69058f2f56cc5566e0af02100b27f4 (diff)
downloadmaster-187ad058-a9fad2d0512826eff33f1d8897018aaca97c1e04.tar.gz
master-187ad058-a9fad2d0512826eff33f1d8897018aaca97c1e04.tar.bz2
master-187ad058-a9fad2d0512826eff33f1d8897018aaca97c1e04.zip
Add missing kernel configuration options since the SLUB allocator switch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12235 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/uml/config/i3862
-rw-r--r--target/linux/uml/config/x86_642
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/uml/config/i386 b/target/linux/uml/config/i386
index 72bf3f2973..64fd5326f5 100644
--- a/target/linux/uml/config/i386
+++ b/target/linux/uml/config/i386
@@ -118,6 +118,8 @@ CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_SCSI_WAIT_SCAN=m
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_SLABINFO=y
+# CONFIG_SLUB_DEBUG_ON is not set
+# CONFIG_SLUB_STATS is not set
CONFIG_SOFT_WATCHDOG=m
# CONFIG_SPARSEMEM_STATIC is not set
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64
index af9ad204f7..89539ea2aa 100644
--- a/target/linux/uml/config/x86_64
+++ b/target/linux/uml/config/x86_64
@@ -81,6 +81,8 @@ CONFIG_RESOURCES_64BIT=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
CONFIG_SCSI_WAIT_SCAN=m
CONFIG_SEMAPHORE_SLEEPERS=y
+# CONFIG_SLUB_DEBUG_ON is not set
+# CONFIG_SLUB_STATS is not set
CONFIG_SMP_BROKEN=y
CONFIG_SOFT_WATCHDOG=m
# CONFIG_SPARSEMEM_STATIC is not set