powerpc/mpc5121_ads_cpld: Remove use of NO_IRQ_IGNORE
authorMilton Miller <miltonm@bga.com>
Tue, 10 May 2011 19:30:15 +0000 (19:30 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 19 May 2011 05:31:47 +0000 (15:31 +1000)
commitc42385cd4533b5ba9b9dd0034285cfcfd7982708
tree87af012c484d6f291e658c0c37eb277fb1aa5ac1
parentd1921bcdeee66c3d1704ef753dc74464856e4b7f
powerpc/mpc5121_ads_cpld: Remove use of NO_IRQ_IGNORE

As NO_IRQ_IGNORE is only used between the static function cpld_pic_get_irq
and its caller cpld_pic_cascade, and cpld_pic_cascade only uses it to
suppress calling handle_generic_irq, we can change these uses to NO_IRQ
and remove the extra tests and pathlength in cpld_pic_cascade.

Signed-off-by: Milton Miller <miltonm@bga.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/512x/mpc5121_ads_cpld.c
This page took 0.025579 seconds and 5 git commands to generate.