|
@@ -150,7 +150,7 @@ extern void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new);
|
|
extern void mpol_fix_fork_child_flag(struct task_struct *p);
|
|
extern void mpol_fix_fork_child_flag(struct task_struct *p);
|
|
#define set_cpuset_being_rebound(x) (cpuset_being_rebound = (x))
|
|
#define set_cpuset_being_rebound(x) (cpuset_being_rebound = (x))
|
|
|
|
|
|
-#ifdef CONFIG_CPUSET
|
|
|
|
|
|
+#ifdef CONFIG_CPUSETS
|
|
#define current_cpuset_is_being_rebound() \
|
|
#define current_cpuset_is_being_rebound() \
|
|
(cpuset_being_rebound == current->cpuset)
|
|
(cpuset_being_rebound == current->cpuset)
|
|
#else
|
|
#else
|