|
|
| File: [Development] / linux-2.6-xfs / include / asm-sparc / Attic / timex.h (download)
Revision 1.2, Wed Jan 5 14:17:31 2005 UTC (12 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.10. Merge of 2.6.x-xfs-melb:linux:21010a by kenmcd. |
/* * linux/include/asm-sparc/timex.h * * sparc architecture timex specifications */ #ifndef _ASMsparc_TIMEX_H #define _ASMsparc_TIMEX_H #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ /* XXX Maybe do something better at some point... -DaveM */ typedef unsigned long cycles_t; extern cycles_t cacheflush_time; #define get_cycles() (0) #endif