patch-2.4.20 linux-2.4.20/include/asm-mips64/timex.h
Next file: linux-2.4.20/include/asm-mips64/types.h
Previous file: linux-2.4.20/include/asm-mips64/time.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-mips64/timex.h
- Orig date:
Sun Sep 9 10:43:02 2001
diff -urN linux-2.4.19/include/asm-mips64/timex.h linux-2.4.20/include/asm-mips64/timex.h
@@ -20,7 +20,7 @@
* Standard way to access the cycle counter.
* Currently only used on SMP for scheduling.
*
- * Only the low 32 bits are available as a continuously counting entity.
+ * Only the low 32 bits are available as a continuously counting entity.
* But this only means we'll force a reschedule every 8 seconds or so,
* which isn't an evil thing.
*
@@ -43,4 +43,7 @@
return val;
}
+#define vxtime_lock() do {} while (0)
+#define vxtime_unlock() do {} while (0)
+
#endif /* _ASM_TIMEX_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)