]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/timex.h
drivers/scsi/dpt_i2o.c: fix build on alpha
[linux-2.6-omap-h63xx.git] / include / asm-mips / timex.h
index 5816ad1569d66762413fe7cf1748a5ff001ab391..6529704aa73ae0c3cee7789648fb5328b3948168 100644 (file)
@@ -35,7 +35,7 @@ typedef unsigned int cycles_t;
 
 static inline cycles_t get_cycles(void)
 {
-       return read_c0_count();
+       return 0;
 }
 
 #endif /* __KERNEL__ */