From: Tejun Heo Date: Tue, 22 Feb 2011 10:10:08 +0000 (+0100) Subject: x86-64, NUMA: Move NUMA emulation into numa_emulation.c X-Git-Tag: v2.6.39-rc1~499^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ef9172b2aad7eeb1fcd37a9e632c7b24da1f64;p=pandora-kernel.git x86-64, NUMA: Move NUMA emulation into numa_emulation.c Create numa_emulation.c and move all NUMA emulation code there. The definitions of struct numa_memblk and numa_meminfo are moved to numa_64.h. Also, numa_remove_memblk_from(), numa_cleanup_meminfo(), numa_reset_distance() along with numa_emulation() are made global. - v2: Internal declarations moved to numa_internal.h as suggested by Yinghai. Signed-off-by: Tejun Heo Acked-by: Yinghai Lu Cc: Ingo Molnar --- Reading git-diff-tree failed