projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5968df
)
[PATCH] sched: remove stale version info from kernel/sched_debug.c
author
Ingo Molnar
<mingo@elte.hu>
Wed, 11 Jul 2007 19:21:47 +0000
(21:21 +0200)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/kernel/sched_debug.c
b/kernel/sched_debug.c
index 1baf87cceb7c0a2d93151aa0b03e71de9c088d5d..29f2c21e7da231eec8418575e634815b39330f83 100644
(file)
--- 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)
u64 now = ktime_to_ns(ktime_get());
int cpu;
- SEQ_printf(m, "Sched Debug Version: v0.0
4, cfs-v20
, %s %.*s\n",
+ SEQ_printf(m, "Sched Debug Version: v0.0
5
, %s %.*s\n",
init_utsname()->release,
(int)strcspn(init_utsname()->version, " "),
init_utsname()->version);