]> 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>
Mon, 28 Nov 2011 20:32:33 +0000 (21:32 +0100)
commit898d83762f473a5b77870d46e21a21856689674c
treeae2989d6cb3a5d55667fc592509648630bff84f7
parentc41d17291e6effadcd6f20b8f56607cb3b81258a
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