From 448fa24c8284cb8fe3fcce2eb478378992fbaddd Mon Sep 17 00:00:00 2001 From: Takuya Yoshikawa Date: Thu, 14 Oct 2010 16:09:13 +0900 Subject: [PATCH] --- yaml --- r: 211976 b: refs/heads/master c: 864616ee6785d9fac7a2cd80c01a2da89579f2e4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/sched_fair.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c55616f02bbd..575365399706 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ed859ed3b0f9893c6bce3708e8928341c15699b9 +refs/heads/master: 864616ee6785d9fac7a2cd80c01a2da89579f2e4 diff --git a/trunk/kernel/sched_fair.c b/trunk/kernel/sched_fair.c index 623e9aceef8f..bf87192e97fe 100644 --- a/trunk/kernel/sched_fair.c +++ b/trunk/kernel/sched_fair.c @@ -25,7 +25,7 @@ /* * Targeted preemption latency for CPU-bound tasks: - * (default: 5ms * (1 + ilog(ncpus)), units: nanoseconds) + * (default: 6ms * (1 + ilog(ncpus)), units: nanoseconds) * * NOTE: this latency value is not the same as the concept of * 'timeslice length' - timeslices in CFS are of variable length @@ -52,7 +52,7 @@ enum sched_tunable_scaling sysctl_sched_tunable_scaling /* * Minimal preemption granularity for CPU-bound tasks: - * (default: 2 msec * (1 + ilog(ncpus)), units: nanoseconds) + * (default: 0.75 msec * (1 + ilog(ncpus)), units: nanoseconds) */ unsigned int sysctl_sched_min_granularity = 750000ULL; unsigned int normalized_sysctl_sched_min_granularity = 750000ULL;