diff options
author | Baruch Siach <baruch@tkos.co.il> | 2013-06-17 04:29:42 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2013-07-08 04:11:36 -0400 |
commit | ed9dfed62c6c057c1c51295d4373ae55c9284a10 (patch) | |
tree | 73257ab94b4a159bd1f7402014f7b4ff51281555 /arch/xtensa | |
parent | f47a3ca224deff9e768eb49487afa391e28b06b0 (diff) |
xtensa: timex.h: remove unused symbols
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/include/asm/timex.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/xtensa/include/asm/timex.h b/arch/xtensa/include/asm/timex.h index 3d35e5d0367e..c47989a0e3ad 100644 --- a/arch/xtensa/include/asm/timex.h +++ b/arch/xtensa/include/asm/timex.h | |||
@@ -35,19 +35,12 @@ | |||
35 | # error "Bad timer number for Linux configurations!" | 35 | # error "Bad timer number for Linux configurations!" |
36 | #endif | 36 | #endif |
37 | 37 | ||
38 | #define LINUX_TIMER_MASK (1L << LINUX_TIMER_INT) | ||
39 | |||
40 | #define CLOCK_TICK_RATE 1193180 /* (everyone is using this value) */ | ||
41 | #define CLOCK_TICK_FACTOR 20 /* Factor of both 10^6 and CLOCK_TICK_RATE */ | ||
42 | |||
43 | #ifdef CONFIG_XTENSA_CALIBRATE_CCOUNT | 38 | #ifdef CONFIG_XTENSA_CALIBRATE_CCOUNT |
44 | extern unsigned long ccount_per_jiffy; | 39 | extern unsigned long ccount_per_jiffy; |
45 | extern unsigned long nsec_per_ccount; | 40 | extern unsigned long nsec_per_ccount; |
46 | #define CCOUNT_PER_JIFFY ccount_per_jiffy | 41 | #define CCOUNT_PER_JIFFY ccount_per_jiffy |
47 | #define NSEC_PER_CCOUNT nsec_per_ccount | ||
48 | #else | 42 | #else |
49 | #define CCOUNT_PER_JIFFY (CONFIG_XTENSA_CPU_CLOCK*(1000000UL/HZ)) | 43 | #define CCOUNT_PER_JIFFY (CONFIG_XTENSA_CPU_CLOCK*(1000000UL/HZ)) |
50 | #define NSEC_PER_CCOUNT (1000UL / CONFIG_XTENSA_CPU_CLOCK) | ||
51 | #endif | 44 | #endif |
52 | 45 | ||
53 | 46 | ||