diff options
Diffstat (limited to 'include/asm-sparc/timex.h')
-rw-r--r-- | include/asm-sparc/timex.h | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/include/asm-sparc/timex.h b/include/asm-sparc/timex.h index 71b45c90cca..01d9f199d45 100644 --- a/include/asm-sparc/timex.h +++ b/include/asm-sparc/timex.h | |||
@@ -1,15 +1,8 @@ | |||
1 | /* | 1 | #ifndef ___ASM_SPARC_TIMEX_H |
2 | * linux/include/asm-sparc/timex.h | 2 | #define ___ASM_SPARC_TIMEX_H |
3 | * | 3 | #if defined(__sparc__) && defined(__arch64__) |
4 | * sparc architecture timex specifications | 4 | #include <asm-sparc/timex_64.h> |
5 | */ | 5 | #else |
6 | #ifndef _ASMsparc_TIMEX_H | 6 | #include <asm-sparc/timex_32.h> |
7 | #define _ASMsparc_TIMEX_H | 7 | #endif |
8 | |||
9 | #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ | ||
10 | |||
11 | /* XXX Maybe do something better at some point... -DaveM */ | ||
12 | typedef unsigned long cycles_t; | ||
13 | #define get_cycles() (0) | ||
14 | |||
15 | #endif | 8 | #endif |