diff options
author | Tejun Heo <tj@kernel.org> | 2011-05-02 16:18:52 +0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2011-05-02 16:18:52 +0400 |
commit | 1201e10a092adc9c88a6ce5f27740cc5cd0d26e5 (patch) | |
tree | a118eca1af89dd06d9f09947fa572bbfa1a2b008 /arch/x86/include/asm/numa_64.h | |
parent | 797390d8554b1e07aabea37d0140933b0412dba0 (diff) | |
download | linux-1201e10a092adc9c88a6ce5f27740cc5cd0d26e5.tar.xz |
x86, NUMA: trivial cleanups
* Kill no longer used struct bootnode.
* Kill dangling declaration of pxm_to_nid() in numa_32.h.
* Make setup_node_bootmem() static.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/numa_64.h')
-rw-r--r-- | arch/x86/include/asm/numa_64.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/include/asm/numa_64.h b/arch/x86/include/asm/numa_64.h index 12461ebec704..794da6de6892 100644 --- a/arch/x86/include/asm/numa_64.h +++ b/arch/x86/include/asm/numa_64.h @@ -3,18 +3,11 @@ #include <linux/nodemask.h> -struct bootnode { - u64 start; - u64 end; -}; - #define ZONE_ALIGN (1UL << (MAX_ORDER+PAGE_SHIFT)) extern int numa_off; extern unsigned long numa_free_all_bootmem(void); -extern void setup_node_bootmem(int nodeid, unsigned long start, - unsigned long end); #ifdef CONFIG_NUMA /* |