diff options
Diffstat (limited to 'include/asm-sparc/timex_64.h')
| -rw-r--r-- | include/asm-sparc/timex_64.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/asm-sparc/timex_64.h b/include/asm-sparc/timex_64.h deleted file mode 100644 index c622535c4560..000000000000 --- a/include/asm-sparc/timex_64.h +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * linux/include/asm-sparc64/timex.h | ||
| 3 | * | ||
| 4 | * sparc64 architecture timex specifications | ||
| 5 | */ | ||
| 6 | #ifndef _ASMsparc64_TIMEX_H | ||
| 7 | #define _ASMsparc64_TIMEX_H | ||
| 8 | |||
| 9 | #include <asm/timer.h> | ||
| 10 | |||
| 11 | #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ | ||
| 12 | |||
| 13 | /* Getting on the cycle counter on sparc64. */ | ||
| 14 | typedef unsigned long cycles_t; | ||
| 15 | #define get_cycles() tick_ops->get_tick() | ||
| 16 | |||
| 17 | #define ARCH_HAS_READ_CURRENT_TIMER | ||
| 18 | |||
| 19 | #endif | ||
