diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-06-04 20:35:03 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 12:48:24 +0200 |
commit | 1481a3dd42c21ac4a8b9497cb9f5df816d6b064f (patch) | |
tree | 9c183950aeba74cdd5e436b8e3c32d757fc30fba /include/asm-x86/numa_32.h | |
parent | x86: remove cpu from maps (diff) | |
download | linux-1481a3dd42c21ac4a8b9497cb9f5df816d6b064f.tar.xz linux-1481a3dd42c21ac4a8b9497cb9f5df816d6b064f.zip |
x86: move cpu_exit_clear to process_32.c
Take it out of smpboot.c, and move it to process_32.c, closer
to its only user.
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/numa_32.h')
-rw-r--r-- | include/asm-x86/numa_32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/numa_32.h b/include/asm-x86/numa_32.h index a02674f64869..ed6c88eac848 100644 --- a/include/asm-x86/numa_32.h +++ b/include/asm-x86/numa_32.h @@ -2,6 +2,7 @@ #define _ASM_X86_32_NUMA_H 1 extern int pxm_to_nid(int pxm); +extern void numa_remove_cpu(int cpu); #ifdef CONFIG_NUMA extern void __init remap_numa_kva(void); |