Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211976
b: refs/heads/master
c: 864616e
h: refs/heads/master
v: v3
  • Loading branch information
Takuya Yoshikawa authored and Ingo Molnar committed Oct 14, 2010
1 parent 50ec948 commit 448fa24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed859ed3b0f9893c6bce3708e8928341c15699b9
refs/heads/master: 864616ee6785d9fac7a2cd80c01a2da89579f2e4
4 changes: 2 additions & 2 deletions trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
Expand Down

0 comments on commit 448fa24

Please sign in to comment.