diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-03-22 09:20:34 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-03-22 09:20:34 +0000 |
commit | 0a65ef965dbe0137224a60c12068564d0e8ee516 (patch) | |
tree | 11036379214a204511b403fcfe76db6285cc4430 /target | |
parent | b85cfd52d84d81240dedbc2b1c2d34c927a62dc6 (diff) | |
download | upstream-0a65ef965dbe0137224a60c12068564d0e8ee516.tar.gz upstream-0a65ef965dbe0137224a60c12068564d0e8ee516.tar.bz2 upstream-0a65ef965dbe0137224a60c12068564d0e8ee516.zip |
enable the 'big kernel lock' by default
SVN-Revision: 26267
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-2.6.37 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-2.6.38 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.37 b/target/linux/generic/config-2.6.37 index 949294720e..5e00eac1f4 100644 --- a/target/linux/generic/config-2.6.37 +++ b/target/linux/generic/config-2.6.37 @@ -181,7 +181,7 @@ CONFIG_BASE_SMALL=0 CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_MISC is not set CONFIG_BITREVERSE=y -# CONFIG_BKL is not set +CONFIG_BKL=y # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_CPQ_DA is not set CONFIG_BLK_DEV=y diff --git a/target/linux/generic/config-2.6.38 b/target/linux/generic/config-2.6.38 index 7550860045..71cb2678c0 100644 --- a/target/linux/generic/config-2.6.38 +++ b/target/linux/generic/config-2.6.38 @@ -186,6 +186,7 @@ CONFIG_BASE_SMALL=0 CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_MISC is not set CONFIG_BITREVERSE=y +CONFIG_BKL=y # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_CPQ_DA is not set CONFIG_BLK_DEV=y |