Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147484
b: refs/heads/master
c: 910431c
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed May 22, 2009
1 parent 644b016 commit 97cd80e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 564c2b210add41df9a3a5aaa365c1d97cff6110d
refs/heads/master: 910431c7f2e963017d767b29c80ae706421e569f
3 changes: 2 additions & 1 deletion trunk/include/linux/perf_counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) { }
Expand Down

0 comments on commit 97cd80e

Please sign in to comment.