patch-2.4.20 linux-2.4.20/include/asm-mips/timex.h

Next file: linux-2.4.20/include/asm-mips/types.h
Previous file: linux-2.4.20/include/asm-mips/time.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-mips/timex.h linux-2.4.20/include/asm-mips/timex.h
@@ -21,7 +21,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.
  *
@@ -37,4 +37,7 @@
 }
 #endif /* __KERNEL__ */
 
+#define vxtime_lock()		do {} while (0)
+#define vxtime_unlock()		do {} while (0)
+
 #endif /*  __ASM_MIPS_TIMEX_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)