X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sparc64%2Ftimex.h;h=c622535c45600bd6c9faab97b40255e71685214d;hb=cfd299dffe6f47c04c47b95893708cdc65876fbd;hp=2a5e4ebaad805bc89b313a17c38937f9273a2198;hpb=4d74f423c722b8cadfabe087369200013b217b67;p=linux-2.6 diff --git a/include/asm-sparc64/timex.h b/include/asm-sparc64/timex.h index 2a5e4ebaad..c622535c45 100644 --- a/include/asm-sparc64/timex.h +++ b/include/asm-sparc64/timex.h @@ -14,10 +14,6 @@ typedef unsigned long cycles_t; #define get_cycles() tick_ops->get_tick() -#define ARCH_HAS_READ_CURRENT_TIMER 1 -#define read_current_timer(timer_val_p) \ -({ *timer_val_p = tick_ops->get_tick(); \ - 0; \ -}) +#define ARCH_HAS_READ_CURRENT_TIMER #endif