Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116386
b: refs/heads/master
c: fe648be
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Oct 16, 2008
1 parent 85bfd59 commit 82eec52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25db8ad5c56700e7716fe23426b16c5e3b1674b4
refs/heads/master: fe648be019119722ec0ac54e3a4b2e5bf5168589
3 changes: 3 additions & 0 deletions trunk/arch/x86/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ static unsigned long __meminitdata table_end;
static unsigned long __meminitdata table_top;

static int __initdata after_init_bootmem;
int after_bootmem;

static __init void *alloc_low_page(unsigned long *phys)
{
Expand Down Expand Up @@ -988,6 +989,8 @@ void __init mem_init(void)

set_highmem_pages_init();

after_bootmem = 1;

codesize = (unsigned long) &_etext - (unsigned long) &_text;
datasize = (unsigned long) &_edata - (unsigned long) &_etext;
initsize = (unsigned long) &__init_end - (unsigned long) &__init_begin;
Expand Down

0 comments on commit 82eec52

Please sign in to comment.