diff options
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | 2012-04-02 17:00:44 +0900 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-05-07 15:04:18 +0200 |
commit | 489a71b029cd94e3b0132795146e8be3a87bf3fa (patch) | |
tree | 84054064a9dd96372f94257b2e7d809ed6fbc562 /include | |
parent | 436281c9a110ff16c1fb396add5dd944ee92cf36 (diff) | |
download | linux-489a71b029cd94e3b0132795146e8be3a87bf3fa.tar.bz2 |
sched: Update documentation and comments
Change sched_*.c to sched/*.c in documentation and comments.
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/4F795CAC.9080206@ct.jp.nec.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 81a173c0897d..4a559bf0622f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1950,7 +1950,7 @@ static inline int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask) */ extern unsigned long long notrace sched_clock(void); /* - * See the comment in kernel/sched_clock.c + * See the comment in kernel/sched/clock.c */ extern u64 cpu_clock(int cpu); extern u64 local_clock(void); |