Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32604
b: refs/heads/master
c: f4dee85
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Jul 13, 2006
1 parent 4ec1a61 commit 4b99807
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bddc8134db00002a9fd1b33fcb45747bdd3a2777
refs/heads/master: f4dee85e2c6a7d7adf7ea4d6d3053a41c78175b7
2 changes: 2 additions & 0 deletions trunk/arch/mips/mm/pgtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ void show_mem(void)
printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
pfn = max_mapnr;
while (pfn-- > 0) {
if (!pfn_valid(pfn))
continue;
page = pfn_to_page(pfn);
total++;
if (PageHighMem(page))
Expand Down

0 comments on commit 4b99807

Please sign in to comment.