Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101589
b: refs/heads/master
c: 5f25f06
h: refs/heads/master
i:
  101587: 2501e86
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed May 14, 2008
1 parent 1a5432c commit 68bb188
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 683307da07afd3a7ee55269ee8cb70c8053b0923
refs/heads/master: 5f25f06529ecb4b20efc7ba00de599f5b9f4b63c
3 changes: 1 addition & 2 deletions trunk/arch/powerpc/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include <asm/btext.h>
#include <asm/tlb.h>
#include <asm/sections.h>
#include <asm/system.h>

#include "mmu_decl.h"

Expand Down Expand Up @@ -76,8 +77,6 @@ void MMU_init(void);
/* XXX should be in current.h -- paulus */
extern struct task_struct *current_set[NR_CPUS];

extern int init_bootmem_done;

/*
* this tells the system to map all of ram with the segregs
* (i.e. page tables) instead of the bats.
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-powerpc/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ extern struct task_struct *_switch(struct thread_struct *prev,

extern unsigned int rtas_data;
extern int mem_init_done; /* set on boot once kmalloc can be called */
extern int init_bootmem_done; /* set on !NUMA once bootmem is available */
extern unsigned long memory_limit;
extern unsigned long klimit;

Expand Down

0 comments on commit 68bb188

Please sign in to comment.