Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30798
b: refs/heads/master
c: d3a5aa9
h: refs/heads/master
v: v3
  • Loading branch information
Srivatsa Vaddagiri authored and Linus Torvalds committed Jun 28, 2006
1 parent be811a5 commit 485171a
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: 51888ca25a03125e742ef84d4ddfd74e139707a0
refs/heads/master: d3a5aa9858cc9cecc3aadac7311d376c7c9e101a
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -5880,7 +5880,7 @@ static int build_sched_domains(const cpumask_t *cpu_map)
* Allocate the per-node list of sched groups
*/
sched_group_nodes = kzalloc(sizeof(struct sched_group*)*MAX_NUMNODES,
GFP_ATOMIC);
GFP_KERNEL);
if (!sched_group_nodes) {
printk(KERN_WARNING "Can not alloc sched group node list\n");
return -ENOMEM;
Expand Down

0 comments on commit 485171a

Please sign in to comment.