Add missing kernel configuration options since the SLUB allocator switch
SVN-Revision: 12235
This commit is contained in:
parent
dbb6051caf
commit
91bec65028
2 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,8 @@ CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
||||||
CONFIG_SCSI_WAIT_SCAN=m
|
CONFIG_SCSI_WAIT_SCAN=m
|
||||||
CONFIG_SEMAPHORE_SLEEPERS=y
|
CONFIG_SEMAPHORE_SLEEPERS=y
|
||||||
CONFIG_SLABINFO=y
|
CONFIG_SLABINFO=y
|
||||||
|
# CONFIG_SLUB_DEBUG_ON is not set
|
||||||
|
# CONFIG_SLUB_STATS is not set
|
||||||
CONFIG_SOFT_WATCHDOG=m
|
CONFIG_SOFT_WATCHDOG=m
|
||||||
# CONFIG_SPARSEMEM_STATIC is not set
|
# CONFIG_SPARSEMEM_STATIC is not set
|
||||||
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
|
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
|
||||||
|
|
|
@ -81,6 +81,8 @@ CONFIG_RESOURCES_64BIT=y
|
||||||
CONFIG_RWSEM_GENERIC_SPINLOCK=y
|
CONFIG_RWSEM_GENERIC_SPINLOCK=y
|
||||||
CONFIG_SCSI_WAIT_SCAN=m
|
CONFIG_SCSI_WAIT_SCAN=m
|
||||||
CONFIG_SEMAPHORE_SLEEPERS=y
|
CONFIG_SEMAPHORE_SLEEPERS=y
|
||||||
|
# CONFIG_SLUB_DEBUG_ON is not set
|
||||||
|
# CONFIG_SLUB_STATS is not set
|
||||||
CONFIG_SMP_BROKEN=y
|
CONFIG_SMP_BROKEN=y
|
||||||
CONFIG_SOFT_WATCHDOG=m
|
CONFIG_SOFT_WATCHDOG=m
|
||||||
# CONFIG_SPARSEMEM_STATIC is not set
|
# CONFIG_SPARSEMEM_STATIC is not set
|
||||||
|
|
Loading…
Reference in a new issue