xtensa: remove CCOUNT_PER_JIFFY

Use ccount_freq directly to make the code a little more readable.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:
Baruch Siach
2013-07-15 08:24:22 +03:00
committed by Chris Zankel
parent fedc21dce8
commit 8d5e1d8e62
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -36,7 +36,6 @@
#endif
extern unsigned long ccount_freq;
#define CCOUNT_PER_JIFFY (ccount_freq / HZ)
typedef unsigned long long cycles_t;