Allow the user to specify the level at which irqbalance assumes the cache domains are partitioned. Keep the default value of 2. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
14 lines
282 B
Text
14 lines
282 B
Text
config irqbalance 'irqbalance'
|
|
option enabled '0'
|
|
|
|
# Level at which irqbalance partitions cache domains.
|
|
# Default is 2 (L2$).
|
|
#option deepestcache '2'
|
|
|
|
# The default value is 10 seconds
|
|
#option interval '10'
|
|
|
|
# List of IRQ's to ignore
|
|
#list banirq '36'
|
|
#list banirq '69'
|
|
|