projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
enable slab, disable slob - for better performance (#583)
[openwrt.git]
/
openwrt
/
target
/
linux
/
xscale-2.6
/
config
diff --git
a/openwrt/target/linux/xscale-2.6/config
b/openwrt/target/linux/xscale-2.6/config
index
92d4657
..
f908945
100644
(file)
--- a/
openwrt/target/linux/xscale-2.6/config
+++ b/
openwrt/target/linux/xscale-2.6/config
@@
-45,10
+45,10
@@
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
-# CONFIG_SLAB is not set
+CONFIG_SLAB=y
CONFIG_TINY_SHMEM=y
CONFIG_BASE_SMALL=0
-CONFIG_SLOB=y
+# CONFIG_SLOB is not set
CONFIG_OBSOLETE_INTERMODULE=y
#
This page took
0.024202 seconds
and
4
git commands to generate.