Proof of concept code I developed that we briefly deployed, but has
[linux-2.6.git] / include / asm-cris / timex.h
index 375c41a..b92e0e8 100644 (file)
@@ -14,9 +14,9 @@
  * used so it does not matter.
  */
 
-typedef unsigned int cycles_t;
+typedef unsigned long long cycles_t;
 
-extern inline cycles_t get_cycles(void)
+static inline cycles_t get_cycles(void)
 {
         return 0;
 }