]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
x86-32, NUMA: Move get_memcfg_numa() into numa_32.c
authorTejun Heo <tj@kernel.org>
Mon, 2 May 2011 12:18:53 +0000 (14:18 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 2 May 2011 12:18:53 +0000 (14:18 +0200)
commitdaf4f480ae24270bac06db4293908d36b4834e21
tree017080a1325ae02b70006100de396640a94db2b8
parenteca9ad313293c41021bfcf23e985a14f6991a121
x86-32, NUMA: Move get_memcfg_numa() into numa_32.c

There's no reason get_memcfg_numa() to be implemented inline in
mmzone_32.h.  Move it to numa_32.c and also make
get_memcfg_numa_flag() 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>
arch/x86/include/asm/mmzone_32.h
arch/x86/mm/numa_32.c