]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68k/mac: cleanup mac_clear_irq
authorFinn Thain <fthain@telegraphics.com.au>
Sun, 23 Oct 2011 14:11:13 +0000 (01:11 +1100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 13 Nov 2011 10:20:25 +0000 (11:20 +0100)
commit4a35cc68a57dae61f846041b42e6f3550375bfce
tree31001d8d63e03f1cc0c0b7121022f8c3cddac52b
parent323fed78c8e931d91833621fef69c4cd475a434a
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 <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/mac/baboon.c
arch/m68k/mac/macints.c
arch/m68k/mac/oss.c
arch/m68k/mac/psc.c
arch/m68k/mac/via.c