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>
This commit is contained in:
Tejun Heo
2011-05-02 14:18:52 +02:00
parent 797390d855
commit 1201e10a09
5 changed files with 1 additions and 13 deletions

View File

@@ -3,8 +3,6 @@
extern int numa_off;
extern int pxm_to_nid(int pxm);
#ifdef CONFIG_HIGHMEM
extern void set_highmem_pages_init(void);
#else