Prev: mx35: add flexcan devices
Next: dynamic_debug: allow to set dynamic debug flags right at module load time
From: Nikita V. Youshchenko on 28 May 2010 09:40 Hi I'm looking for a way to automatically set non-default priority for irq thread. As far as I understand, irq thread is being created at request_irq() time, which in turn [in my case] happens when applications opens device. So solutions with crht are ugly if not impossible. Is there an already implemented solution or this? If not, what is better interface to implement: - kernel parameter that matches irq name to priority, - udev event at request_irq time, - something else? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |