ARM: versatile: convert sched_clock() to use new infrastructure
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>
This commit is contained in:
6
arch/arm/plat-versatile/include/plat/sched_clock.h
Normal file
6
arch/arm/plat-versatile/include/plat/sched_clock.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef ARM_PLAT_SCHED_CLOCK_H
|
||||
#define ARM_PLAT_SCHED_CLOCK_H
|
||||
|
||||
void versatile_sched_clock_init(void __iomem *, unsigned long);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user