On Wednesday 08 August 2007 06:14:31 you wrote: > Hi, > > with the rt-preempt patch the IRQs are all kernelthreads started with > priority 50. Is there a way to change this priority from inside the driver, > after I did the request_irq() call? I need a higher priority for one > interrupt source but I do not want to change it with chrt from userspace. > It should be done inside the driver. I disagree. The point of real-time is to provide user-space with more control of what get's run, when, instead of something else - including system interrupts, etc. For instance, if networking should take a higher priority than their application, but disk i/o should take a lower one, the user needs to be able to control that. chrt is the correct approach for -rt in my opinion. -- Darren Hart IBM Linux Technology Center Realtime Linux Team - To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html