On 1/19/07, Carlo Capocasa <capocasa@xxxxxxx> wrote:
I temporarily gave up on putting the device onto another IRQ and will leaving that up to the kernel developers to sort out;
Shared IRQs are a property of the hardware. There's nothing the kernel can do about it.
what I am interested in right now is how to increase the priority of IRQ 10 on my system. Florian suggested simply increasing the priority of the 'IRQ 10' interrupt handling process; but on my system, there is no interrupt handling process 'IRQ 10', or for any other IRQ, for that matter.
Are you sure you are running the -rt kernel? What is the output of 'uname -r' and 'ps auxww | grep IRQ'? Lee