Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-sparc64 / timex.h
blob9e8d4175bcb25433ab4a166fb39865780a4baea6
1 /*
2 * linux/include/asm-sparc64/timex.h
4 * sparc64 architecture timex specifications
5 */
6 #ifndef _ASMsparc64_TIMEX_H
7 #define _ASMsparc64_TIMEX_H
9 #include <asm/timer.h>
11 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
13 /* Getting on the cycle counter on sparc64. */
14 typedef unsigned long cycles_t;
15 #define get_cycles() tick_ops->get_tick()
17 #endif