|
@@ -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);
|