From: Finn Thain Date: Sun, 23 Oct 2011 14:11:13 +0000 (+1100) Subject: m68k/mac: cleanup mac_clear_irq X-Git-Tag: v3.3-rc1~175^2~17 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56e63689fd866a865682fe14dc5a7e1ec3b2c3ad;p=pandora-kernel.git m68k/mac: cleanup mac_clear_irq mac_clear_irq() is dead code and has been dead for as long as I can recall. On certain Mac models, certain irqs can't be cleared this way. Outside of irq dispatch, this code appears be unusable without busy loops or worse, and for irq dispatch we duplicate the same logic. Remove mac_clear_irq() and supporting code. Signed-off-by: Finn Thain Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed