diff --git a/[refs] b/[refs] index 16281757abed..504977f6c3ef 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3786310afe738070be31c439b8deeaeb69b9735d +refs/heads/master: 1bbfa6f25673019dc0acc9308b667c96f6cda8bf diff --git a/trunk/include/linux/sched.h b/trunk/include/linux/sched.h index 75e6e60bf583..576d838adf68 100644 --- a/trunk/include/linux/sched.h +++ b/trunk/include/linux/sched.h @@ -1836,7 +1836,8 @@ static inline int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask) extern int sched_clock_stable; #endif -extern unsigned long long sched_clock(void); +/* ftrace calls sched_clock() directly */ +extern unsigned long long notrace sched_clock(void); extern void sched_clock_init(void); extern u64 sched_clock_cpu(int cpu);