This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-mips / processor.h
index 8e38389..70534af 100644 (file)
@@ -280,6 +280,15 @@ unsigned long get_wchan(struct task_struct *p);
  */
 #define return_address() ({__asm__ __volatile__("":::"$31");__builtin_return_address(0);})
 
+/*
+ * For now.  The 32-bit cycle counter is screwed up so solving this nicely takes a little
+ * brainwork ...
+ */
+static inline unsigned long long sched_clock(void)
+{
+       return 0ULL;
+}
+
 #ifdef CONFIG_CPU_HAS_PREFETCH
 
 #define ARCH_HAS_PREFETCH