summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mmzone_32.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2013-01-31 13:53:10 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2013-01-31 14:12:30 -0800
commitbb112aec5ee41427e9b9726e3d57b896709598ed (patch)
treecb952e1ec2154ec14c679459e1394b3f6e52d96a /arch/x86/include/asm/mmzone_32.h
parentf03574f2d5b2d6229dcdf2d322848065f72953c7 (diff)
downloadlinux-0-day-bb112aec5ee41427e9b9726e3d57b896709598ed.tar.gz
linux-0-day-bb112aec5ee41427e9b9726e3d57b896709598ed.tar.xz
x86-32, mm: Remove reference to resume_map_numa_kva()
Remove reference to removed function resume_map_numa_kva(). Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Cc: Dave Hansen <dave@linux.vnet.ibm.com> Cc: <stable@vger.kernel.org> Link: http://lkml.kernel.org/r/20130131005616.1C79F411@kernel.stglabs.ibm.com
Diffstat (limited to 'arch/x86/include/asm/mmzone_32.h')
-rw-r--r--arch/x86/include/asm/mmzone_32.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/include/asm/mmzone_32.h b/arch/x86/include/asm/mmzone_32.h
index eb05fb3b02fb5..8a9b3e288cb4b 100644
--- a/arch/x86/include/asm/mmzone_32.h
+++ b/arch/x86/include/asm/mmzone_32.h
@@ -14,12 +14,6 @@ extern struct pglist_data *node_data[];
#include <asm/numaq.h>
-extern void resume_map_numa_kva(pgd_t *pgd);
-
-#else /* !CONFIG_NUMA */
-
-static inline void resume_map_numa_kva(pgd_t *pgd) {}
-
#endif /* CONFIG_NUMA */
#ifdef CONFIG_DISCONTIGMEM