On Mon, 24 Nov 2014, Yun Wu (Abel) wrote: > On 2014/11/24 21:13, Thomas Gleixner wrote: > > In the hierarchical case we do not touch the hardware in the > > allocation step, so we need to activate the allocated interrupt in the > > hardware before we can use it. And that's clearly a domain interface > > not a irq chip issue. > > > > Makes sense, now the interrupt domain seems to be the best place. > And when the @domain parameter can be really useful? I haven't see > anyone using it so far.
All irqdomain callbacks take the domain pointer as their first parameter. So for consistency sake we made it that way. You can argue in circles about whether the domain argument could be removed. It's going to stay for now as it does not matter at all. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/