From a9684c2fe62bc1f735611823d658406c7b7eb805 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Mon, 15 Oct 2007 17:00:13 +0200 Subject: [PATCH] --- yaml --- r: 69093 b: refs/heads/master c: 155bb293ae8387526e6e07d42b1691104e55d9a2 h: refs/heads/master i: 69091: 65626776a349d3c3b564495c335aef15c556bb44 v: v3 --- [refs] | 2 +- trunk/kernel/sched_fair.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 8264ee9aeefa..a05eaf6517a6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1e819950660e6a811b549422ffb652273257e45e +refs/heads/master: 155bb293ae8387526e6e07d42b1691104e55d9a2 diff --git a/trunk/kernel/sched_fair.c b/trunk/kernel/sched_fair.c index fa78686ec227..0856701db14e 100644 --- a/trunk/kernel/sched_fair.c +++ b/trunk/kernel/sched_fair.c @@ -58,23 +58,23 @@ unsigned int __read_mostly sysctl_sched_compat_yield; /* * SCHED_BATCH wake-up granularity. - * (default: 25 msec, units: nanoseconds) + * (default: 10 msec, units: nanoseconds) * * This option delays the preemption effects of decoupled workloads * and reduces their over-scheduling. Synchronous workloads will still * have immediate wakeup/sleep latencies. */ -const_debug unsigned int sysctl_sched_batch_wakeup_granularity = 25000000UL; +const_debug unsigned int sysctl_sched_batch_wakeup_granularity = 10000000UL; /* * SCHED_OTHER wake-up granularity. - * (default: 1 msec, units: nanoseconds) + * (default: 10 msec, units: nanoseconds) * * This option delays the preemption effects of decoupled workloads * and reduces their over-scheduling. Synchronous workloads will still * have immediate wakeup/sleep latencies. */ -const_debug unsigned int sysctl_sched_wakeup_granularity = 2000000UL; +const_debug unsigned int sysctl_sched_wakeup_granularity = 10000000UL; /************************************************************** * CFS operations on generic schedulable entities: