@@ -1679,33 +1679,6 @@ config DEBUG_WQ_FORCE_RR_CPU
16791679 feature by default. When enabled, memory and cache locality will
16801680 be impacted.
16811681
1682- config DEBUG_BLOCK_EXT_DEVT
1683- bool "Force extended block device numbers and spread them"
1684- depends on DEBUG_KERNEL
1685- depends on BLOCK
1686- default n
1687- help
1688- BIG FAT WARNING: ENABLING THIS OPTION MIGHT BREAK BOOTING ON
1689- SOME DISTRIBUTIONS. DO NOT ENABLE THIS UNLESS YOU KNOW WHAT
1690- YOU ARE DOING. Distros, please enable this and fix whatever
1691- is broken.
1692-
1693- Conventionally, block device numbers are allocated from
1694- predetermined contiguous area. However, extended block area
1695- may introduce non-contiguous block device numbers. This
1696- option forces most block device numbers to be allocated from
1697- the extended space and spreads them to discover kernel or
1698- userland code paths which assume predetermined contiguous
1699- device number allocation.
1700-
1701- Note that turning on this debug option shuffles all the
1702- device numbers for all IDE and SCSI devices including libata
1703- ones, so root partition specified using device number
1704- directly (via rdev or root=MAJ:MIN) won't work anymore.
1705- Textual device names (root=/dev/sdXn) will continue to work.
1706-
1707- Say N if you are unsure.
1708-
17091682config CPU_HOTPLUG_STATE_CONTROL
17101683 bool "Enable CPU hotplug state control"
17111684 depends on DEBUG_KERNEL
0 commit comments