M68k Sun-3x: Update to the new irq API (from Roman Zippel and me) [12/20]
--- linux-2.5.69/arch/m68k/sun3x/time.c Thu Jan 2 12:53:58 2003
+++ linux-m68k-2.5.69/arch/m68k/sun3x/time.c Tue May 6 13:50:50 2003
@@ -90,7 +90,7 @@
}
#endif
-void __init sun3x_sched_init(void (*vector)(int, void *, struct pt_regs *))
+void __init sun3x_sched_init(irqreturn_t (*vector)(int, void *, struct pt_regs *))
{
sun3_disable_interrupts();
--- linux-2.5.69/arch/m68k/sun3x/time.h Mon May 13 10:55:12 2002
+++ linux-m68k-2.5.69/arch/m68k/sun3x/time.h Tue May 6 13:50:50 2003
@@ -3,7 +3,7 @@
extern int sun3x_hwclk(int set, struct rtc_time *t);
unsigned long sun3x_gettimeoffset (void);
-void sun3x_sched_init(void (*vector)(int, void *, struct pt_regs *));
+void sun3x_sched_init(irqreturn_t (*vector)(int, void *, struct pt_regs *));
struct mostek_dt {
volatile unsigned char csr;
Gr{oetje,eeting}s,
Geert
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.orgIn personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu May 15 2003 - 22:00:39 EST