On Fri, Feb 07, 2014 at 11:32:57PM +0100, Sebastian Hesselbarth wrote:
On 02/07/2014 12:41 AM, Andrew Lunn wrote:
quoted
Enabling SPARSE_IRQ shows up a bug in the irq-orion bridge interrupt
handler. The bridge interrupt is implemented using a single generic
chip. Thus the parameter passed to irq_get_domain_generic_chip()
should always be zero.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Indeed, I remember we talked about it: irq_get_domain_generic_chip takes
hwirqs, so passing 0 is sane here.
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Added and pushed to mvebu-next/irqchip-fixes
thx,
Jason.