Skip to content

Commit

Permalink
x86-32, mm: Remove reference to resume_map_numa_kva()
Browse files Browse the repository at this point in the history
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
  • Loading branch information
H. Peter Anvin committed Jan 31, 2013
1 parent f03574f commit bb112ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions arch/x86/include/asm/mmzone_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions arch/x86/power/hibernate_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ static int resume_physical_mapping_init(pgd_t *pgd_base)
}
}

resume_map_numa_kva(pgd_base);

return 0;
}

Expand Down

0 comments on commit bb112ae

Please sign in to comment.