patch-2.4.20 linux-2.4.20/arch/mips/galileo-boards/ev96100/time.c
Next file: linux-2.4.20/arch/mips/galileo-boards/generic/Makefile
Previous file: linux-2.4.20/arch/mips/galileo-boards/ev96100/setup.c
Back to the patch index
Back to the overall index
- Lines: 52
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips/galileo-boards/ev96100/time.c
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/galileo-boards/ev96100/time.c linux-2.4.20/arch/mips/galileo-boards/ev96100/time.c
@@ -7,7 +7,7 @@
* Author: MontaVista Software, Inc.
* ppopov@mvista.com or source@mvista.com
*
- * This file was derived from Carsten Langgaard's
+ * This file was derived from Carsten Langgaard's
* arch/mips/mips-boards/atlas/atlas_rtc.c.
*
* Carsten Langgaard, carstenl@mips.com
@@ -67,9 +67,9 @@
-/*
+/*
* Figure out the r4k offset, the amount to increment the compare
- * register for each time tick.
+ * register for each time tick.
* Use the RTC to calculate offset.
*/
static unsigned long __init cal_r4koff(void)
@@ -104,10 +104,10 @@
r4k_offset = cal_r4koff();
- est_freq = 2*r4k_offset*HZ;
+ est_freq = 2*r4k_offset*HZ;
est_freq += 5000; /* round */
est_freq -= est_freq%10000;
- printk("CPU frequency %d.%02d MHz\n", est_freq/1000000,
+ printk("CPU frequency %d.%02d MHz\n", est_freq/1000000,
(est_freq%1000000)*100/1000000);
r4k_cur = (read_32bit_cp0_register(CP0_COUNT) + r4k_offset);
@@ -184,7 +184,7 @@
"r" (quotient));
/*
- * Due to possible jiffies inconsistencies, we need to check
+ * Due to possible jiffies inconsistencies, we need to check
* the result so that we'll get a timer that is monotonic.
*/
if (res >= USECS_PER_JIFFY)
@@ -260,7 +260,7 @@
r4k_cur += r4k_offset;
ack_r4ktimer(r4k_cur);
- } while (((unsigned long)read_32bit_cp0_register(CP0_COUNT)
+ } while (((unsigned long)read_32bit_cp0_register(CP0_COUNT)
- r4k_cur) < 0x7fffffff);
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)