From: Milton Miller Date: Tue, 10 May 2011 19:30:15 +0000 (+0000) Subject: powerpc/mpc5121_ads_cpld: Remove use of NO_IRQ_IGNORE X-Git-Tag: v3.0-rc1~385^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c42385cd4533b5ba9b9dd0034285cfcfd7982708;p=pandora-kernel.git 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 Acked-by: Grant Likely Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed