aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/numa_32.h1
-rw-r--r--include/asm-x86/smp.h1
2 files changed, 1 insertions, 1 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 @@
2#define _ASM_X86_32_NUMA_H 1 2#define _ASM_X86_32_NUMA_H 1
3 3
4extern int pxm_to_nid(int pxm); 4extern int pxm_to_nid(int pxm);
5extern void numa_remove_cpu(int cpu);
5 6
6#ifdef CONFIG_NUMA 7#ifdef CONFIG_NUMA
7extern void __init remap_numa_kva(void); 8extern void __init remap_numa_kva(void);
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h
index fc1007321ef6..fad45f6a193f 100644
--- a/include/asm-x86/smp.h
+++ b/include/asm-x86/smp.h
@@ -188,7 +188,6 @@ static inline int hard_smp_processor_id(void)
188#endif /* CONFIG_X86_LOCAL_APIC */ 188#endif /* CONFIG_X86_LOCAL_APIC */
189 189
190#ifdef CONFIG_HOTPLUG_CPU 190#ifdef CONFIG_HOTPLUG_CPU
191extern void cpu_exit_clear(void);
192extern void cpu_uninit(void); 191extern void cpu_uninit(void);
193#endif 192#endif
194 193