patch-2.1.115 linux/arch/ppc/kernel/time.c
Next file: linux/arch/ppc/lib/locks.c
Previous file: linux/arch/ppc/kernel/smp.c
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Tue Aug 4 16:06:36 1998
- Orig file:
v2.1.114/linux/arch/ppc/kernel/time.c
- Orig date:
Fri May 8 23:14:45 1998
diff -u --recursive --new-file v2.1.114/linux/arch/ppc/kernel/time.c linux/arch/ppc/kernel/time.c
@@ -1,5 +1,5 @@
/*
- * $Id: time.c,v 1.32 1998/04/24 12:29:38 davem Exp $
+ * $Id: time.c,v 1.35 1998/07/24 11:05:47 geert Exp $
* Common time routines among all ppc machines.
*
* Written by Cort Dougan (cort@cs.nmt.edu) to merge
@@ -95,10 +95,12 @@
* update the rtc when needed
*/
if ( xtime.tv_sec > last_rtc_update + 660 )
+ {
if (set_rtc_time(xtime.tv_sec) == 0)
last_rtc_update = xtime.tv_sec;
else
last_rtc_update = xtime.tv_sec - 600; /* do it again in 60 s */
+ }
}
}
#ifdef __SMP__
@@ -199,8 +201,7 @@
prep_calibrate_decr();
set_rtc_time = prep_set_rtc_time;
break;
-/* ifdef APUS specific stuff until the merge is completed. -jskov */
-#ifdef CONFIG_APUS
+#ifdef CONFIG_APUS
case _MACH_apus:
{
xtime.tv_sec = apus_get_rtc_time();
@@ -208,7 +209,7 @@
set_rtc_time = apus_set_rtc_time;
break;
}
-#endif
+#endif
}
xtime.tv_usec = 0;
#else /* CONFIG_MBX */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov