Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148
b: refs/heads/master
c: 9a84889
h: refs/heads/master
v: v3
  • Loading branch information
Benoit Boissinot authored and Linus Torvalds committed Apr 16, 2005
1 parent a9bf763 commit 9bb42c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: b52402c783d8c16b11f146a244bb21086a94bf84
refs/heads/master: 9a8488965dc4c42a4a1f84cab907c7d6c5cf1563
2 changes: 1 addition & 1 deletion trunk/include/linux/cpuset.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extern int cpuset_init(void);
extern void cpuset_init_smp(void);
extern void cpuset_fork(struct task_struct *p);
extern void cpuset_exit(struct task_struct *p);
extern const cpumask_t cpuset_cpus_allowed(const struct task_struct *p);
extern cpumask_t cpuset_cpus_allowed(const struct task_struct *p);
void cpuset_init_current_mems_allowed(void);
void cpuset_update_current_mems_allowed(void);
void cpuset_restrict_to_mems_allowed(unsigned long *nodes);
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ void cpuset_exit(struct task_struct *tsk)
* tasks cpuset.
**/

const cpumask_t cpuset_cpus_allowed(const struct task_struct *tsk)
cpumask_t cpuset_cpus_allowed(const struct task_struct *tsk)
{
cpumask_t mask;

Expand Down

0 comments on commit 9bb42c9

Please sign in to comment.