]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
x86-32, mm: Remove reference to resume_map_numa_kva()
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 31 Jan 2013 21:53:10 +0000 (13:53 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Feb 2013 14:58:58 +0000 (06:58 -0800)
commit bb112aec5ee41427e9b9726e3d57b896709598ed upstream.

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>
Link: http://lkml.kernel.org/r/20130131005616.1C79F411@kernel.stglabs.ibm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/include/asm/mmzone_32.h
arch/x86/power/hibernate_32.c

index 55728e12147364d9ab1ffd9beed91e8dcc09cca8..5e0286f8081aad65b330c7f1f568641b436f6174 100644 (file)
@@ -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
index 74202c1910cda6e5d623e99921f85c57420be6f0..7d28c885d2385b85c133add5b51176eea8b52af7 100644 (file)
@@ -129,8 +129,6 @@ static int resume_physical_mapping_init(pgd_t *pgd_base)
                }
        }
 
-       resume_map_numa_kva(pgd_base);
-
        return 0;
 }