diff options
| -rw-r--r-- | arch/x86/include/asm/mmzone_32.h | 6 | ||||
| -rw-r--r-- | arch/x86/power/hibernate_32.c | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/include/asm/mmzone_32.h b/arch/x86/include/asm/mmzone_32.h index eb05fb3b02fb..8a9b3e288cb4 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[]; | |||
| 14 | 14 | ||
| 15 | #include <asm/numaq.h> | 15 | #include <asm/numaq.h> |
| 16 | 16 | ||
| 17 | extern void resume_map_numa_kva(pgd_t *pgd); | ||
| 18 | |||
| 19 | #else /* !CONFIG_NUMA */ | ||
| 20 | |||
| 21 | static inline void resume_map_numa_kva(pgd_t *pgd) {} | ||
| 22 | |||
| 23 | #endif /* CONFIG_NUMA */ | 17 | #endif /* CONFIG_NUMA */ |
| 24 | 18 | ||
| 25 | #ifdef CONFIG_DISCONTIGMEM | 19 | #ifdef CONFIG_DISCONTIGMEM |
diff --git a/arch/x86/power/hibernate_32.c b/arch/x86/power/hibernate_32.c index 74202c1910cd..7d28c885d238 100644 --- a/arch/x86/power/hibernate_32.c +++ b/arch/x86/power/hibernate_32.c | |||
| @@ -129,8 +129,6 @@ static int resume_physical_mapping_init(pgd_t *pgd_base) | |||
| 129 | } | 129 | } |
| 130 | } | 130 | } |
| 131 | 131 | ||
| 132 | resume_map_numa_kva(pgd_base); | ||
| 133 | |||
| 134 | return 0; | 132 | return 0; |
| 135 | } | 133 | } |
| 136 | 134 | ||
