Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19055
b: refs/heads/master
c: 70b4d63
h: refs/heads/master
i:
  19053: 7338dc6
  19051: a3ed959
  19047: 640331f
  19039: f139fd5
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jan 31, 2006
1 parent 1752b04 commit e2dc61e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7fcdf327bedfe9cc418af49429d0fc0e48d98de9
refs/heads/master: 70b4d63e98fd93fb9742708a54f872cba24e0fea
6 changes: 3 additions & 3 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -5141,7 +5141,7 @@ static void init_sched_build_groups(struct sched_group groups[], cpumask_t span,
#define SEARCH_SCOPE 2
#define MIN_CACHE_SIZE (64*1024U)
#define DEFAULT_CACHE_SIZE (5*1024*1024U)
#define ITERATIONS 2
#define ITERATIONS 1
#define SIZE_THRESH 130
#define COST_THRESH 130

Expand Down Expand Up @@ -5480,9 +5480,9 @@ static unsigned long long measure_migration_cost(int cpu1, int cpu2)
break;
}
/*
* Increase the cachesize in 5% steps:
* Increase the cachesize in 10% steps:
*/
size = size * 20 / 19;
size = size * 10 / 9;
}

if (migration_debug)
Expand Down

0 comments on commit e2dc61e

Please sign in to comment.