Remove cycle_t type from the LinuxKPI similar to Linux upstream.
MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
b0259ad374
commit
0991f0af6d
@ -33,9 +33,6 @@
|
||||
|
||||
#include <asm/types.h>
|
||||
|
||||
#define CLOCKSOURCE_MASK(x) ((cycle_t)(-1ULL >> ((-(x)) & 63)))
|
||||
|
||||
/* clocksource cycle base type */
|
||||
typedef u64 cycle_t;
|
||||
#define CLOCKSOURCE_MASK(x) ((u64)(-1ULL >> ((-(x)) & 63)))
|
||||
|
||||
#endif /* _LINUX_CLOCKSOURCE_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user