X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fasm-sparc64%2Ftimex.h;h=c622535c45600bd6c9faab97b40255e71685214d;hb=c6d1b0e3d2b71ded7c457c2c9f1ab8c2c957aafe;hp=2a5e4ebaad805bc89b313a17c38937f9273a2198;hpb=d04cdb64212eb5ae6a98026a97dda626e40e8e9a;p=firefly-linux-kernel-4.4.55.git diff --git a/include/asm-sparc64/timex.h b/include/asm-sparc64/timex.h index 2a5e4ebaad80..c622535c4560 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