|
@@ -1,8 +1,6 @@
|
|
|
#ifndef _ASM_X86_NUMA_64_H
|
|
|
#define _ASM_X86_NUMA_64_H
|
|
|
|
|
|
-#include <linux/nodemask.h>
|
|
|
-
|
|
|
#define ZONE_ALIGN (1UL << (MAX_ORDER+PAGE_SHIFT))
|
|
|
|
|
|
extern int numa_off;
|
|
@@ -17,8 +15,6 @@ extern unsigned long numa_free_all_bootmem(void);
|
|
|
*/
|
|
|
#define NODE_MIN_SIZE (4*1024*1024)
|
|
|
|
|
|
-extern nodemask_t numa_nodes_parsed __initdata;
|
|
|
-
|
|
|
extern int __init numa_add_memblk(int nodeid, u64 start, u64 end);
|
|
|
extern void __init numa_set_distance(int from, int to, int distance);
|
|
|
|