commit | 71ee73e72228775a076a502b3c92028fa59e2889 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Mar 13 14:49:52 2009 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Mar 13 14:49:52 2009 +1030 |
tree | e83e89f01fc7e1ae22719bd8e84092002c28b2b0 | |
parent | b9c4398ed43a7ed023e091610c23ba7412aec2a8 [diff] |
x86: unify 32 and 64-bit node_to_cpumask_map Impact: cleanup We take the 64-bit code and use it on 32-bit as well. The new file is called mm/numa.c. In a minor cleanup, we use cpu_none_mask instead of declaring a local cpu_mask_none. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>