diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2007-10-15 11:00:12 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:12 -0400 |
commit | 5f6d858ecca78f71755859a346d845e302973cd1 (patch) | |
tree | 5422f6ff9aa7ffab4c708432de84a79e52e503d9 /kernel/sched_debug.c | |
parent | b0ffd246ea947a037746e725bd461bb7e809a4b3 (diff) |
sched: speed up and simplify vslice calculations
speed up and simplify vslice calculations.
[ From: Mike Galbraith <efault@gmx.de>: build fix ]
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 be79cd6d9e80..995bbd384a97 100644 --- a/kernel/sched_debug.c +++ b/kernel/sched_debug.c | |||
@@ -210,7 +210,7 @@ static int sched_debug_show(struct seq_file *m, void *v) | |||
210 | #define PN(x) \ | 210 | #define PN(x) \ |
211 | SEQ_printf(m, " .%-40s: %Ld.%06ld\n", #x, SPLIT_NS(x)) | 211 | SEQ_printf(m, " .%-40s: %Ld.%06ld\n", #x, SPLIT_NS(x)) |
212 | PN(sysctl_sched_latency); | 212 | PN(sysctl_sched_latency); |
213 | PN(sysctl_sched_min_granularity); | 213 | PN(sysctl_sched_nr_latency); |
214 | PN(sysctl_sched_wakeup_granularity); | 214 | PN(sysctl_sched_wakeup_granularity); |
215 | PN(sysctl_sched_batch_wakeup_granularity); | 215 | PN(sysctl_sched_batch_wakeup_granularity); |
216 | PN(sysctl_sched_child_runs_first); | 216 | PN(sysctl_sched_child_runs_first); |