You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
committed by
Chris Zankel
parent
fedc21dce8
commit
8d5e1d8e62
@@ -36,7 +36,6 @@
|
||||
#endif
|
||||
|
||||
extern unsigned long ccount_freq;
|
||||
#define CCOUNT_PER_JIFFY (ccount_freq / HZ)
|
||||
|
||||
typedef unsigned long long cycles_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user