aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa/include
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2013-07-15 08:24:22 +0300
committerChris Zankel <chris@zankel.net>2013-09-06 09:48:59 -0700
commit8d5e1d8e62e87cd9eaecb4956261cce4320240fd (patch)
tree1523cdefb923b471b675570028674e112d9efa2c /arch/xtensa/include
parentfedc21dce814b500e2a9b3cc51f5f802d39e22e5 (diff)
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>
Diffstat (limited to 'arch/xtensa/include')
-rw-r--r--arch/xtensa/include/asm/timex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/include/asm/timex.h b/arch/xtensa/include/asm/timex.h
index 86aca77339f2..27fa3c170662 100644
--- a/arch/xtensa/include/asm/timex.h
+++ b/arch/xtensa/include/asm/timex.h
@@ -36,7 +36,6 @@
#endif
extern unsigned long ccount_freq;
-#define CCOUNT_PER_JIFFY (ccount_freq / HZ)
typedef unsigned long long cycles_t;