patch-2.4.20 linux-2.4.20/arch/m68k/sun3x/time.c
Next file: linux-2.4.20/arch/mips/Makefile
Previous file: linux-2.4.20/arch/m68k/sun3x/prom.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Nov 28 15:53:09 2002
- Orig file:
linux-2.4.19/arch/m68k/sun3x/time.c
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/m68k/sun3x/time.c linux-2.4.20/arch/m68k/sun3x/time.c
@@ -62,8 +62,8 @@
int sun3x_hwclk(int set, struct rtc_time *t)
{
- volatile struct mostek_dt *h =
- (unsigned char *)(SUN3X_EEPROM+M_CONTROL);
+ volatile struct mostek_dt *h =
+ (struct mostek_dt *)(SUN3X_EEPROM+M_CONTROL);
unsigned long flags;
save_and_cli(flags);
@@ -100,6 +100,7 @@
return 0L;
}
+#if 0
static void sun3x_timer_tick(int irq, void *dev_id, struct pt_regs *regs)
{
void (*vector)(int, void *, struct pt_regs *) = dev_id;
@@ -110,6 +111,7 @@
vector(irq, NULL, regs);
}
+#endif
void __init sun3x_sched_init(void (*vector)(int, void *, struct pt_regs *))
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)