mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-29 09:44:06 +00:00
Convert versatile platforms to use the new sched_clock() infrastructure for extending 32bit counters to full 64-bit nanoseconds. Tested-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
6 lines
135 B
C
6 lines
135 B
C
#ifndef ARM_PLAT_SCHED_CLOCK_H
|
|
#define ARM_PLAT_SCHED_CLOCK_H
|
|
|
|
void versatile_sched_clock_init(void __iomem *, unsigned long);
|
|
|
|
#endif
|