Make use of handle_polled_irq instead of handle_simple_irq for the MFP
timer D interrupts - this avoids 'unhandled interrupt' messages and
disabling of the timer interrupts after idle periods.

Signed-off-by: Michael Schmitz <[email protected]>
---
 arch/m68k/atari/ataints.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/atari/ataints.c b/arch/m68k/atari/ataints.c
index f699c82..2cf7349 100644
--- a/arch/m68k/atari/ataints.c
+++ b/arch/m68k/atari/ataints.c
@@ -255,7 +255,7 @@ void __init atari_init_IRQ(void)
        sound_ym.rd_data_reg_sel = 7;
        sound_ym.wd_data = 0xff;
 
-       m68k_setup_irq_controller(&atari_mfptimer_chip, handle_simple_irq,
+       m68k_setup_irq_controller(&atari_mfptimer_chip, handle_polled_irq,
                                  IRQ_MFP_TIMER1, 8);
 
        /* prepare timer D data for use as poll interrupt */
-- 
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to