enable the 'big kernel lock' by default
SVN-Revision: 26267
This commit is contained in:
parent
b85cfd52d8
commit
0a65ef965d
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue