Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297256
b: refs/heads/master
c: 49a7f04
h: refs/heads/master
v: v3
  • Loading branch information
David Howells committed Mar 28, 2012
1 parent 5782ad7 commit ffff84d
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 705f4502bb9592ad0e8fb1cd2ba5ae4ce955ff8b
refs/heads/master: 49a7f04a4b9d45cd794741ce3d5d66524b37bdd0
1 change: 0 additions & 1 deletion trunk/arch/c6x/include/asm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
#include <asm/exec.h>
#include <asm/special_insns.h>
#include <asm/switch_to.h>
extern void free_initmem(void);
2 changes: 0 additions & 2 deletions trunk/arch/frv/include/asm/system.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */
#include <asm/barrier.h>
#include <asm/cmpxchg.h>
#include <asm/exec.h>
#include <asm/switch_to.h>
extern void free_initmem(void);
1 change: 0 additions & 1 deletion trunk/arch/microblaze/include/asm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
#include <asm/exec.h>
#include <asm/special_insns.h>
#include <asm/switch_to.h>
extern void free_initmem(void);
1 change: 0 additions & 1 deletion trunk/arch/sh/include/asm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
#include <asm/exec.h>
#include <asm/switch_to.h>
#include <asm/traps.h>
void free_initmem(void);
2 changes: 0 additions & 2 deletions trunk/arch/sparc/mm/init_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ extern unsigned long kern_locked_tte_data;

extern void prom_world(int enter);

extern void free_initmem(void);

#ifdef CONFIG_SPARSEMEM_VMEMMAP
#define VMEMMAP_CHUNK_SHIFT 22
#define VMEMMAP_CHUNK (1UL << VMEMMAP_CHUNK_SHIFT)
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/x86/include/asm/page_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ extern unsigned long init_memory_mapping(unsigned long start,
unsigned long end);

extern void initmem_init(void);
extern void free_initmem(void);

#endif /* !__ASSEMBLY__ */

Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_node(int nid, unsigned long * zones_size,
unsigned long zone_start_pfn, unsigned long *zholes_size);
extern void free_initmem(void);

#ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP
/*
* With CONFIG_HAVE_MEMBLOCK_NODE_MAP set, an architecture may initialise its
Expand Down
1 change: 0 additions & 1 deletion trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ extern void mca_init(void);
extern void sbus_init(void);
extern void prio_tree_init(void);
extern void radix_tree_init(void);
extern void free_initmem(void);
#ifndef CONFIG_DEBUG_RODATA
static inline void mark_rodata_ro(void) { }
#endif
Expand Down

0 comments on commit ffff84d

Please sign in to comment.