Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69135
b: refs/heads/master
c: 97b6ea7
h: refs/heads/master
i:
  69133: 808a71a
  69131: 176e399
  69127: 6e23a89
  69119: a8e7981
v: v3
  • Loading branch information
Milton Miller authored and Ingo Molnar committed Oct 15, 2007
1 parent 9699a1e commit ff5595c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5cf9f062c8e33d5a09eaa447550330162b2a96ed
refs/heads/master: 97b6ea7b6369d51a451a7d5747a7939a593fdd9c
3 changes: 2 additions & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -5326,11 +5326,12 @@ static void init_sched_domain_sysctl(void)

sd_ctl_dir[0].child = entry;

for (i = 0; i < cpu_num; i++, entry++) {
for_each_online_cpu(i) {
snprintf(buf, 32, "cpu%d", i);
entry->procname = kstrdup(buf, GFP_KERNEL);
entry->mode = 0555;
entry->child = sd_alloc_ctl_cpu_table(i);
entry++;
}
sd_sysctl_header = register_sysctl_table(sd_ctl_root);
}
Expand Down

0 comments on commit ff5595c

Please sign in to comment.