aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-03-28 13:30:03 -0400
committerDavid Howells <dhowells@redhat.com>2012-03-28 13:30:03 -0400
commit49a7f04a4b9d45cd794741ce3d5d66524b37bdd0 (patch)
tree74f7df3f508691bd73597119a537f810cf43d2ef
parent705f4502bb9592ad0e8fb1cd2ba5ae4ce955ff8b (diff)
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: David 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
-rw-r--r--arch/c6x/include/asm/system.h1
-rw-r--r--arch/frv/include/asm/system.h2
-rw-r--r--arch/microblaze/include/asm/system.h1
-rw-r--r--arch/sh/include/asm/system.h1
-rw-r--r--arch/sparc/mm/init_64.h2
-rw-r--r--arch/x86/include/asm/page_types.h1
-rw-r--r--include/linux/mm.h2
-rw-r--r--init/main.c1
8 files changed, 2 insertions, 9 deletions
diff --git a/arch/c6x/include/asm/system.h b/arch/c6x/include/asm/system.h
index ccc4f86d16c5..0d84f9e42fde 100644
--- a/arch/c6x/include/asm/system.h
+++ b/arch/c6x/include/asm/system.h
@@ -4,4 +4,3 @@
4#include <asm/exec.h> 4#include <asm/exec.h>
5#include <asm/special_insns.h> 5#include <asm/special_insns.h>
6#include <asm/switch_to.h> 6#include <asm/switch_to.h>
7extern void free_initmem(void);
diff --git a/arch/frv/include/asm/system.h b/arch/frv/include/asm/system.h
index 5c707a235403..659bcdb44eca 100644
--- a/arch/frv/include/asm/system.h
+++ b/arch/frv/include/asm/system.h
@@ -1,6 +1,4 @@
1/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */
2#include <asm/barrier.h> 1#include <asm/barrier.h>
3#include <asm/cmpxchg.h> 2#include <asm/cmpxchg.h>
4#include <asm/exec.h> 3#include <asm/exec.h>
5#include <asm/switch_to.h> 4#include <asm/switch_to.h>
6extern void free_initmem(void);
diff --git a/arch/microblaze/include/asm/system.h b/arch/microblaze/include/asm/system.h
index ccc4f86d16c5..0d84f9e42fde 100644
--- a/arch/microblaze/include/asm/system.h
+++ b/arch/microblaze/include/asm/system.h
@@ -4,4 +4,3 @@
4#include <asm/exec.h> 4#include <asm/exec.h>
5#include <asm/special_insns.h> 5#include <asm/special_insns.h>
6#include <asm/switch_to.h> 6#include <asm/switch_to.h>
7extern void free_initmem(void);
diff --git a/arch/sh/include/asm/system.h b/arch/sh/include/asm/system.h
index e2042aa32f2c..04268aa3b3e5 100644
--- a/arch/sh/include/asm/system.h
+++ b/arch/sh/include/asm/system.h
@@ -6,4 +6,3 @@
6#include <asm/exec.h> 6#include <asm/exec.h>
7#include <asm/switch_to.h> 7#include <asm/switch_to.h>
8#include <asm/traps.h> 8#include <asm/traps.h>
9void free_initmem(void);
diff --git a/arch/sparc/mm/init_64.h b/arch/sparc/mm/init_64.h
index 77d1b313e344..3e1ac8b96cae 100644
--- a/arch/sparc/mm/init_64.h
+++ b/arch/sparc/mm/init_64.h
@@ -36,8 +36,6 @@ extern unsigned long kern_locked_tte_data;
36 36
37extern void prom_world(int enter); 37extern void prom_world(int enter);
38 38
39extern void free_initmem(void);
40
41#ifdef CONFIG_SPARSEMEM_VMEMMAP 39#ifdef CONFIG_SPARSEMEM_VMEMMAP
42#define VMEMMAP_CHUNK_SHIFT 22 40#define VMEMMAP_CHUNK_SHIFT 22
43#define VMEMMAP_CHUNK (1UL << VMEMMAP_CHUNK_SHIFT) 41#define VMEMMAP_CHUNK (1UL << VMEMMAP_CHUNK_SHIFT)
diff --git a/arch/x86/include/asm/page_types.h b/arch/x86/include/asm/page_types.h
index bce688d54c12..e21fdd10479f 100644
--- a/arch/x86/include/asm/page_types.h
+++ b/arch/x86/include/asm/page_types.h
@@ -55,7 +55,6 @@ extern unsigned long init_memory_mapping(unsigned long start,
55 unsigned long end); 55 unsigned long end);
56 56
57extern void initmem_init(void); 57extern void initmem_init(void);
58extern void free_initmem(void);
59 58
60#endif /* !__ASSEMBLY__ */ 59#endif /* !__ASSEMBLY__ */
61 60
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 7330742e7973..69f6d7b7eb01 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -1257,6 +1257,8 @@ static inline void pgtable_page_dtor(struct page *page)
1257extern void free_area_init(unsigned long * zones_size); 1257extern void free_area_init(unsigned long * zones_size);
1258extern void free_area_init_node(int nid, unsigned long * zones_size, 1258extern void free_area_init_node(int nid, unsigned long * zones_size,
1259 unsigned long zone_start_pfn, unsigned long *zholes_size); 1259 unsigned long zone_start_pfn, unsigned long *zholes_size);
1260extern void free_initmem(void);
1261
1260#ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP 1262#ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP
1261/* 1263/*
1262 * With CONFIG_HAVE_MEMBLOCK_NODE_MAP set, an architecture may initialise its 1264 * With CONFIG_HAVE_MEMBLOCK_NODE_MAP set, an architecture may initialise its
diff --git a/init/main.c b/init/main.c
index c24805c824b9..44c9754e2a5c 100644
--- a/init/main.c
+++ b/init/main.c
@@ -87,7 +87,6 @@ extern void mca_init(void);
87extern void sbus_init(void); 87extern void sbus_init(void);
88extern void prio_tree_init(void); 88extern void prio_tree_init(void);
89extern void radix_tree_init(void); 89extern void radix_tree_init(void);
90extern void free_initmem(void);
91#ifndef CONFIG_DEBUG_RODATA 90#ifndef CONFIG_DEBUG_RODATA
92static inline void mark_rodata_ro(void) { } 91static inline void mark_rodata_ro(void) { }
93#endif 92#endif