Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64348
b: refs/heads/master
c: 505c0ef
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Aug 23, 2007
1 parent 31e8efd commit 390c7c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f549da848eca595abca14ebc5e1bf00fd72aa53d
refs/heads/master: 505c0efd58031923ae01deac16d896607cafa70e
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -4923,7 +4923,7 @@ static inline void sched_init_granularity(void)
if (sysctl_sched_granularity > gran_limit)
sysctl_sched_granularity = gran_limit;

sysctl_sched_runtime_limit = sysctl_sched_granularity * 4;
sysctl_sched_runtime_limit = sysctl_sched_granularity * 8;
sysctl_sched_wakeup_granularity = sysctl_sched_granularity / 2;
}

Expand Down

0 comments on commit 390c7c7

Please sign in to comment.