From 97cd80eefbceb1de2472edc041b671bc3f0e9edd Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Fri, 22 May 2009 12:32:15 +0200 Subject: [PATCH] --- yaml --- r: 147484 b: refs/heads/master c: 910431c7f2e963017d767b29c80ae706421e569f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/perf_counter.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d69594594297..f8d8ca355440 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 564c2b210add41df9a3a5aaa365c1d97cff6110d +refs/heads/master: 910431c7f2e963017d767b29c80ae706421e569f diff --git a/trunk/include/linux/perf_counter.h b/trunk/include/linux/perf_counter.h index 4cae01a50450..2eedae8498d3 100644 --- a/trunk/include/linux/perf_counter.h +++ b/trunk/include/linux/perf_counter.h @@ -625,7 +625,8 @@ extern void perf_counter_init(void); static inline void perf_counter_task_sched_in(struct task_struct *task, int cpu) { } static inline void -perf_counter_task_sched_out(struct task_struct *task, int cpu) { } +perf_counter_task_sched_out(struct task_struct *task, + struct task_struct *next, int cpu) { } static inline void perf_counter_task_tick(struct task_struct *task, int cpu) { } static inline void perf_counter_init_task(struct task_struct *child) { }