aboutsummaryrefslogtreecommitdiffstats
path: root/config/examples/w540-expresscard-firewire
blob: a75995c8f4b380865597166d242897868cc7cb04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# IRQ scheduling

# set priority for hardware clock rtc0
tuna -q 8 -p 90
# set priority for device with irq 18 (firewire_ohci, i801_smbus)
tuna -q 18 -p 85

# kthread scheduling
tuna -t 'irq/*rtc0*' -p 90
tuna -t 'irq/*i801_smb*' -p 88
tuna -t 'irq/*firewire*' -p 86