diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-13 13:12:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-13 13:13:37 -0400 |
commit | aba2da66cfbf7790ad79d4dee95871127d5ddf5e (patch) | |
tree | 974585e8419f63ebc2fa1e244c494b6b53f5842d /kernel/sched_debug.c | |
parent | 773208946a132fb733ba273ee8562814f828cc28 (diff) | |
parent | f787a50306680c187cf2896a8017937c1bf6dc7e (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
* git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched:
[PATCH] sched: small topology.h cleanup
[PATCH] sched: fix show_task()/show_tasks() output
[PATCH] sched: remove stale version info from kernel/sched_debug.c
[PATCH] sched: allow larger granularity
[PATCH] sched: fix prio_to_wmult[] for nice 1
[ I re-did the commits to get rid of some bogus merge commit that
Ingo had. - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/sched_debug.c')
-rw-r--r-- | kernel/sched_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched_debug.c b/kernel/sched_debug.c index 1baf87cceb7c..29f2c21e7da2 100644 --- a/kernel/sched_debug.c +++ b/kernel/sched_debug.c | |||
@@ -171,7 +171,7 @@ static int sched_debug_show(struct seq_file *m, void *v) | |||
171 | u64 now = ktime_to_ns(ktime_get()); | 171 | u64 now = ktime_to_ns(ktime_get()); |
172 | int cpu; | 172 | int cpu; |
173 | 173 | ||
174 | SEQ_printf(m, "Sched Debug Version: v0.04, cfs-v20, %s %.*s\n", | 174 | SEQ_printf(m, "Sched Debug Version: v0.05, %s %.*s\n", |
175 | init_utsname()->release, | 175 | init_utsname()->release, |
176 | (int)strcspn(init_utsname()->version, " "), | 176 | (int)strcspn(init_utsname()->version, " "), |
177 | init_utsname()->version); | 177 | init_utsname()->version); |