File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1502,39 +1502,39 @@ config LOCKDEP_SMALL
1502
1502
bool
1503
1503
1504
1504
config LOCKDEP_BITS
1505
- int "Bitsize for MAX_LOCKDEP_ENTRIES"
1505
+ int "Size for MAX_LOCKDEP_ENTRIES (as Nth power of 2) "
1506
1506
depends on LOCKDEP && !LOCKDEP_SMALL
1507
1507
range 10 24
1508
1508
default 15
1509
1509
help
1510
1510
Try increasing this value if you hit "BUG: MAX_LOCKDEP_ENTRIES too low!" message.
1511
1511
1512
1512
config LOCKDEP_CHAINS_BITS
1513
- int "Bitsize for MAX_LOCKDEP_CHAINS"
1513
+ int "Size for MAX_LOCKDEP_CHAINS (as Nth power of 2) "
1514
1514
depends on LOCKDEP && !LOCKDEP_SMALL
1515
1515
range 10 21
1516
1516
default 16
1517
1517
help
1518
1518
Try increasing this value if you hit "BUG: MAX_LOCKDEP_CHAINS too low!" message.
1519
1519
1520
1520
config LOCKDEP_STACK_TRACE_BITS
1521
- int "Bitsize for MAX_STACK_TRACE_ENTRIES"
1521
+ int "Size for MAX_STACK_TRACE_ENTRIES (as Nth power of 2) "
1522
1522
depends on LOCKDEP && !LOCKDEP_SMALL
1523
1523
range 10 26
1524
1524
default 19
1525
1525
help
1526
1526
Try increasing this value if you hit "BUG: MAX_STACK_TRACE_ENTRIES too low!" message.
1527
1527
1528
1528
config LOCKDEP_STACK_TRACE_HASH_BITS
1529
- int "Bitsize for STACK_TRACE_HASH_SIZE"
1529
+ int "Size for STACK_TRACE_HASH_SIZE (as Nth power of 2) "
1530
1530
depends on LOCKDEP && !LOCKDEP_SMALL
1531
1531
range 10 26
1532
1532
default 14
1533
1533
help
1534
1534
Try increasing this value if you need large STACK_TRACE_HASH_SIZE.
1535
1535
1536
1536
config LOCKDEP_CIRCULAR_QUEUE_BITS
1537
- int "Bitsize for elements in circular_queue struct"
1537
+ int "Size for elements in circular_queue struct (as Nth power of 2) "
1538
1538
depends on LOCKDEP
1539
1539
range 10 26
1540
1540
default 12
You can’t perform that action at this time.
0 commit comments