Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14915
b: refs/heads/master
c: d981733
h: refs/heads/master
i:
  14913: 545b873
  14911: 90f1568
v: v3
  • Loading branch information
Ralf Baechle committed Dec 1, 2005
1 parent 9f0d065 commit f24141b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8b36612a23fda542fab5f0c6c26e15e2178e3d0e
refs/heads/master: d981733aaf970e4537bb8dee9422ee775d92e5ae
2 changes: 1 addition & 1 deletion trunk/arch/mips/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ unsigned long setup_zero_pages(void)
page = virt_to_page(empty_zero_page);
while (page < virt_to_page(empty_zero_page + (PAGE_SIZE << order))) {
set_bit(PG_reserved, &page->flags);
set_page_count(page, 0);
reset_page_mapcount(page);
page++;
}

Expand Down

0 comments on commit f24141b

Please sign in to comment.