x86, um: ... and asm-x86 move
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
11
arch/x86/include/asm/numa_32.h
Normal file
11
arch/x86/include/asm/numa_32.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef ASM_X86__NUMA_32_H
|
||||
#define ASM_X86__NUMA_32_H
|
||||
|
||||
extern int pxm_to_nid(int pxm);
|
||||
extern void numa_remove_cpu(int cpu);
|
||||
|
||||
#ifdef CONFIG_NUMA
|
||||
extern void set_highmem_pages_init(void);
|
||||
#endif
|
||||
|
||||
#endif /* ASM_X86__NUMA_32_H */
|
Reference in New Issue
Block a user