Commit 49a7f04a authored by David Howells's avatar David Howells

Move all declarations of free_initmem() to linux/mm.h

Move all declarations of free_initmem() to linux/mm.h so that there's only one
and it's used by everything.
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
cc: linux-c6x-dev@linux-c6x.org
cc: microblaze-uclinux@itee.uq.edu.au
cc: linux-sh@vger.kernel.org
cc: sparclinux@vger.kernel.org
cc: x86@kernel.org
cc: linux-mm@kvack.org
parent 705f4502
...@@ -4,4 +4,3 @@ ...@@ -4,4 +4,3 @@
#include <asm/exec.h> #include <asm/exec.h>
#include <asm/special_insns.h> #include <asm/special_insns.h>
#include <asm/switch_to.h> #include <asm/switch_to.h>
extern void free_initmem(void);
/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */
#include <asm/barrier.h> #include <asm/barrier.h>
#include <asm/cmpxchg.h> #include <asm/cmpxchg.h>
#include <asm/exec.h> #include <asm/exec.h>
#include <asm/switch_to.h> #include <asm/switch_to.h>
extern void free_initmem(void);
...@@ -4,4 +4,3 @@ ...@@ -4,4 +4,3 @@
#include <asm/exec.h> #include <asm/exec.h>
#include <asm/special_insns.h> #include <asm/special_insns.h>
#include <asm/switch_to.h> #include <asm/switch_to.h>
extern void free_initmem(void);
...@@ -6,4 +6,3 @@ ...@@ -6,4 +6,3 @@
#include <asm/exec.h> #include <asm/exec.h>
#include <asm/switch_to.h> #include <asm/switch_to.h>
#include <asm/traps.h> #include <asm/traps.h>
void free_initmem(void);
...@@ -36,8 +36,6 @@ extern unsigned long kern_locked_tte_data; ...@@ -36,8 +36,6 @@ extern unsigned long kern_locked_tte_data;
extern void prom_world(int enter); extern void prom_world(int enter);
extern void free_initmem(void);
#ifdef CONFIG_SPARSEMEM_VMEMMAP #ifdef CONFIG_SPARSEMEM_VMEMMAP
#define VMEMMAP_CHUNK_SHIFT 22 #define VMEMMAP_CHUNK_SHIFT 22
#define VMEMMAP_CHUNK (1UL << VMEMMAP_CHUNK_SHIFT) #define VMEMMAP_CHUNK (1UL << VMEMMAP_CHUNK_SHIFT)
......
...@@ -55,7 +55,6 @@ extern unsigned long init_memory_mapping(unsigned long start, ...@@ -55,7 +55,6 @@ extern unsigned long init_memory_mapping(unsigned long start,
unsigned long end); unsigned long end);
extern void initmem_init(void); extern void initmem_init(void);
extern void free_initmem(void);
#endif /* !__ASSEMBLY__ */ #endif /* !__ASSEMBLY__ */
......
...@@ -1257,6 +1257,8 @@ static inline void pgtable_page_dtor(struct page *page) ...@@ -1257,6 +1257,8 @@ static inline void pgtable_page_dtor(struct page *page)
extern void free_area_init(unsigned long * zones_size); extern void free_area_init(unsigned long * zones_size);
extern void free_area_init_node(int nid, unsigned long * zones_size, extern void free_area_init_node(int nid, unsigned long * zones_size,
unsigned long zone_start_pfn, unsigned long *zholes_size); unsigned long zone_start_pfn, unsigned long *zholes_size);
extern void free_initmem(void);
#ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP #ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP
/* /*
* With CONFIG_HAVE_MEMBLOCK_NODE_MAP set, an architecture may initialise its * With CONFIG_HAVE_MEMBLOCK_NODE_MAP set, an architecture may initialise its
......
...@@ -87,7 +87,6 @@ extern void mca_init(void); ...@@ -87,7 +87,6 @@ extern void mca_init(void);
extern void sbus_init(void); extern void sbus_init(void);
extern void prio_tree_init(void); extern void prio_tree_init(void);
extern void radix_tree_init(void); extern void radix_tree_init(void);
extern void free_initmem(void);
#ifndef CONFIG_DEBUG_RODATA #ifndef CONFIG_DEBUG_RODATA
static inline void mark_rodata_ro(void) { } static inline void mark_rodata_ro(void) { }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment