]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2173939810121a23379d24ea414528f12bdd89ff
tree9b58d6dec9b848780282fa2a04ba6f3b43518a3b
parent18f3ce022f5030889dcbaded3d532e3ecaba0b25
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