Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64450
b: refs/heads/master
c: 50c4663
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Aug 25, 2007
1 parent 7a55940 commit 3c8b876
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: a3ce8ea66ae9379235334a989ed78a1ea518b0b3
refs/heads/master: 50c46637aa894f904e2fb39086a3d7732f68bd50
4 changes: 2 additions & 2 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -4921,8 +4921,8 @@ static inline void sched_init_granularity(void)
if (sysctl_sched_latency > limit)
sysctl_sched_latency = limit;

sysctl_sched_runtime_limit = sysctl_sched_latency * 5;
sysctl_sched_wakeup_granularity = sysctl_sched_latency / 2;
sysctl_sched_runtime_limit = sysctl_sched_latency;
sysctl_sched_wakeup_granularity = sysctl_sched_min_granularity / 2;
}

#ifdef CONFIG_SMP
Expand Down

0 comments on commit 3c8b876

Please sign in to comment.