Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80143
b: refs/heads/master
c: f263310
h: refs/heads/master
i:
  80141: 7887683
  80139: 7354053
  80135: 87739fd
  80127: 9c0bf71
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent e532a49 commit e08f963
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 48ddb154cf55fb1e292af49c270b950ef2c6ef32
refs/heads/master: f2633105cd92b793dd6a6f623b4140287d46160a
8 changes: 8 additions & 0 deletions trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,14 @@ void __init mem_init(void)

/* clear_bss() already clear the empty_zero_page */

/* temporary debugging - double check it's true: */
{
int i;

for (i = 0; i < 1024; i++)
WARN_ON_ONCE(empty_zero_page[i]);
}

reservedpages = 0;

/* this will put all low memory onto the freelists */
Expand Down

0 comments on commit e08f963

Please sign in to comment.