aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/sched.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 75e6e60bf583..576d838adf68 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1836,7 +1836,8 @@ static inline int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask)
1836extern int sched_clock_stable; 1836extern int sched_clock_stable;
1837#endif 1837#endif
1838 1838
1839extern unsigned long long sched_clock(void); 1839/* ftrace calls sched_clock() directly */
1840extern unsigned long long notrace sched_clock(void);
1840 1841
1841extern void sched_clock_init(void); 1842extern void sched_clock_init(void);
1842extern u64 sched_clock_cpu(int cpu); 1843extern u64 sched_clock_cpu(int cpu);