diff options
author | Baruch Siach <baruch@tkos.co.il> | 2013-07-15 09:24:22 +0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2013-09-06 20:48:59 +0400 |
commit | 8d5e1d8e62e87cd9eaecb4956261cce4320240fd (patch) | |
tree | 1523cdefb923b471b675570028674e112d9efa2c /arch/xtensa/include/asm/timex.h | |
parent | fedc21dce814b500e2a9b3cc51f5f802d39e22e5 (diff) | |
download | linux-8d5e1d8e62e87cd9eaecb4956261cce4320240fd.tar.xz |
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/asm/timex.h')
-rw-r--r-- | arch/xtensa/include/asm/timex.h | 1 |
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; |