x86: numa_64.c make local variables static
authorThomas Gleixner <tglx@linutronix.de>
Mon, 12 May 2008 13:43:36 +0000 (15:43 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 09:31:28 +0000 (11:31 +0200)
commit864fc31ea59798905a37cd896a3e093915a3b366
tree9b58d6dec9b848780282fa2a04ba6f3b43518a3b
parentf307d25e638d3408659a2ec98fb3fd1737f7cb31
x86: numa_64.c make local variables static

plat_node_bdata, cmdline, nodemap_addr, nodemap_size are local to
numa_64.c. Make them static

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/numa_64.c