Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165613
b: refs/heads/master
c: e0ad955
h: refs/heads/master
i:
  165611: 0b4664c
v: v3
  • Loading branch information
Rusty Russell committed Sep 24, 2009
1 parent a58765f commit a8aee36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e68110fb54c3c784fb66be67d8d18a86286eefdd
refs/heads/master: e0ad955680878998ff7dc51ce06ddad12260423a
3 changes: 3 additions & 0 deletions trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -1817,10 +1817,13 @@ static inline int set_cpus_allowed_ptr(struct task_struct *p,
return 0;
}
#endif

#ifndef CONFIG_CPUMASK_OFFSTACK
static inline int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask)
{
return set_cpus_allowed_ptr(p, &new_mask);
}
#endif

/*
* Architectures can set this to 1 if they have specified
Expand Down

0 comments on commit a8aee36

Please sign in to comment.