Re: [proaudio] rtirq and softirq |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
On Saturday 11 October 2008 16:15:36 Dominique Michel wrote:
> Well, I found it. In /etc/init.d/rtirq.sh, the line (status function)
> | egrep '(^[[:blank:]]*PID|IRQ|softirq)' \
> must be
> | egrep '(^[[:blank:]]*PID|IRQ|sirq)' \
Yay, well done :D
I'd change to:
| egrep '(^[[:blank:]]*PID|IRQ|s(oft)?irq)' \
...to work on both kernel versions; upstream would likely prefer that. (The
config stuff would be useful for a report too.)