diff options
Diffstat (limited to 'arch/m68k/sun3/sun3ints.c')
-rw-r--r-- | arch/m68k/sun3/sun3ints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/sun3/sun3ints.c b/arch/m68k/sun3/sun3ints.c index f18b9d3ef16d..dc4ea7e074a6 100644 --- a/arch/m68k/sun3/sun3ints.c +++ b/arch/m68k/sun3/sun3ints.c | |||
@@ -65,7 +65,7 @@ static irqreturn_t sun3_int5(int irq, void *dev_id, struct pt_regs *fp) | |||
65 | #ifdef CONFIG_SUN3 | 65 | #ifdef CONFIG_SUN3 |
66 | intersil_clear(); | 66 | intersil_clear(); |
67 | #endif | 67 | #endif |
68 | do_timer(fp); | 68 | do_timer(1); |
69 | #ifndef CONFIG_SMP | 69 | #ifndef CONFIG_SMP |
70 | update_process_times(user_mode(fp)); | 70 | update_process_times(user_mode(fp)); |
71 | #endif | 71 | #endif |