X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-cris%2Ftimex.h;h=b92e0e80fe86fdfcd2cbe2f42b8036d9492e63c2;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=375c41af47de1c45e7a4b73531c2293a5d2abddb;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-cris/timex.h b/include/asm-cris/timex.h index 375c41af4..b92e0e80f 100644 --- a/include/asm-cris/timex.h +++ b/include/asm-cris/timex.h @@ -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; }