genirq: record IRQ_LEVEL in irq_desc[]
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 1 Dec 2008 22:31:38 +0000 (14:31 -0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 2 Dec 2008 10:20:46 +0000 (11:20 +0100)
Impact: fix __irq_set_trigger() for IRQ_LEVEL

When recording the irq trigger type, let's also make sure
that IRQ_LEVEL gets set correctly.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found