Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149677
b: refs/heads/master
c: d3f6204
h: refs/heads/master
i:
  149675: dc74ff6
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Jun 9, 2009
1 parent 5b8dc8a commit fc6c856
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: b46b6942b39e577fe3ef1af928cd927864011247
refs/heads/master: d3f6204a7d65030ba92bf43a278b3f3054353e0b
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,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 int init_bootmem_done; /* set once bootmem is available */
extern phys_addr_t memory_limit;
extern unsigned long klimit;

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,8 @@ void __init do_init_bootmem(void)
mark_reserved_regions_for_nid(nid);
sparse_memory_present_with_active_regions(nid);
}

init_bootmem_done = 1;
}

void __init paging_init(void)
Expand Down

0 comments on commit fc6c856

Please sign in to comment.