Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7426
b: refs/heads/master
c: 0811bab
h: refs/heads/master
v: v3
  • Loading branch information
John Hawkes authored and Linus Torvalds committed Sep 7, 2005
1 parent 2237959 commit e4b6306
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: d1b551386a5f3f50a5003b691f819b07f8e6f034
refs/heads/master: 0811bab24ff1eecab38110eda7ea7847db95c64e
12 changes: 0 additions & 12 deletions trunk/kernel/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,13 +628,6 @@ static int validate_change(const struct cpuset *cur, const struct cpuset *trial)
* lock_cpu_hotplug()/unlock_cpu_hotplug() pair.
*/

/*
* Hack to avoid 2.6.13 partial node dynamic sched domain bug.
* Disable letting 'cpu_exclusive' cpusets define dynamic sched
* domains, until the sched domain can handle partial nodes.
* Remove this #if hackery when sched domains fixed.
*/
#if 0
static void update_cpu_domains(struct cpuset *cur)
{
struct cpuset *c, *par = cur->parent;
Expand Down Expand Up @@ -675,11 +668,6 @@ static void update_cpu_domains(struct cpuset *cur)
partition_sched_domains(&pspan, &cspan);
unlock_cpu_hotplug();
}
#else
static void update_cpu_domains(struct cpuset *cur)
{
}
#endif

static int update_cpumask(struct cpuset *cs, char *buf)
{
Expand Down

0 comments on commit e4b6306

Please sign in to comment.