aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/time.c')
-rw-r--r--arch/arm/mach-pxa/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/time.c b/arch/arm/mach-pxa/time.c
index caf92c0bfba5..b8d9dff00ad1 100644
--- a/arch/arm/mach-pxa/time.c
+++ b/arch/arm/mach-pxa/time.c
@@ -51,7 +51,7 @@ static void __init set_oscr2ns_scale(unsigned long oscr_rate)
51 oscr2ns_scale++; 51 oscr2ns_scale++;
52} 52}
53 53
54unsigned long long sched_clock(void) 54unsigned long long notrace sched_clock(void)
55{ 55{
56 unsigned long long v = cnt32_to_63(OSCR); 56 unsigned long long v = cnt32_to_63(OSCR);
57 return (v * oscr2ns_scale) >> OSCR2NS_SCALE_FACTOR; 57 return (v * oscr2ns_scale) >> OSCR2NS_SCALE_FACTOR;