[ARM] Add comments marking in-use ptrace numbers
[safe/jmp/linux-2.6] / 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;
 }