]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: unify 32 and 64-bit node_to_cpumask_map
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:52 +0000 (14:49 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:52 +0000 (14:49 +1030)
commit71ee73e72228775a076a502b3c92028fa59e2889
treee83e89f01fc7e1ae22719bd8e84092002c28b2b0
parentb9c4398ed43a7ed023e091610c23ba7412aec2a8
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>
arch/x86/include/asm/topology.h
arch/x86/kernel/smpboot.c
arch/x86/mm/Makefile
arch/x86/mm/numa.c [new file with mode: 0644]
arch/x86/mm/numa_64.c