]> err.no Git - linux-2.6/blobdiff - include/linux/cpuset.h
SLUB: Move page->offset to kmem_cache_cpu->offset
[linux-2.6] / include / linux / cpuset.h
index 826b15e914e2b9986787189dcba1d2efe15e15c3..9e633ea103cef6bcef9dab816ef95b6439c1ae1e 100644 (file)
@@ -93,7 +93,7 @@ static inline nodemask_t cpuset_mems_allowed(struct task_struct *p)
        return node_possible_map;
 }
 
-#define cpuset_current_mems_allowed (node_online_map)
+#define cpuset_current_mems_allowed (node_states[N_HIGH_MEMORY])
 static inline void cpuset_init_current_mems_allowed(void) {}
 static inline void cpuset_update_task_memory_state(void) {}
 #define cpuset_nodes_subset_current_mems_allowed(nodes) (1)