diff options
Diffstat (limited to 'arch/arm64/include/asm/timex.h')
-rw-r--r-- | arch/arm64/include/asm/timex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/timex.h b/arch/arm64/include/asm/timex.h index 81a076eb37fa..9ad60bae5c8d 100644 --- a/arch/arm64/include/asm/timex.h +++ b/arch/arm64/include/asm/timex.h | |||
@@ -22,7 +22,7 @@ | |||
22 | * Use the current timer as a cycle counter since this is what we use for | 22 | * Use the current timer as a cycle counter since this is what we use for |
23 | * the delay loop. | 23 | * the delay loop. |
24 | */ | 24 | */ |
25 | #define get_cycles() arch_counter_get_cntvct() | 25 | #define get_cycles() arch_timer_read_counter() |
26 | 26 | ||
27 | #include <asm-generic/timex.h> | 27 | #include <asm-generic/timex.h> |
28 | 28 | ||