Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77742
b: refs/heads/master
c: ba2727b
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 288362d commit e8b8724
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: b542ad1161d3b1771ea6fa3e7cedd311a49f91c9
refs/heads/master: ba2727b556778f8af7cf08956d84723930a83965
3 changes: 3 additions & 0 deletions trunk/arch/sh/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ void __init paging_init(void)
}

static struct kcore_list kcore_mem, kcore_vmalloc;
int after_bootmem = 0;

void __init mem_init(void)
{
Expand Down Expand Up @@ -214,6 +215,8 @@ void __init mem_init(void)
clear_page = clear_page_nommu;
#endif

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 e8b8724

Please sign in to comment.