[PATCH] sched: remove stale version info from kernel/sched_debug.c
authorIngo Molnar <mingo@elte.hu>
Wed, 11 Jul 2007 19:21:47 +0000 (21:21 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 13 Jul 2007 17:10:41 +0000 (10:10 -0700)
kernel/sched_debug.c referred to CFS -v20, but there's no CFS versioning
needed within the upstream kernel.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sched_debug.c

index 1baf87c..29f2c21 100644 (file)
@@ -171,7 +171,7 @@ static int sched_debug_show(struct seq_file *m, void *v)
        u64 now = ktime_to_ns(ktime_get());
        int cpu;
 
-       SEQ_printf(m, "Sched Debug Version: v0.04, cfs-v20, %s %.*s\n",
+       SEQ_printf(m, "Sched Debug Version: v0.05, %s %.*s\n",
                init_utsname()->release,
                (int)strcspn(init_utsname()->version, " "),
                init_utsname()->version);