Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57478
b: refs/heads/master
c: 12710a5
h: refs/heads/master
v: v3
  • Loading branch information
Bob Picco authored and Linus Torvalds committed Jun 9, 2007
1 parent 2708af4 commit 2e16c3c
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: 778e9a9c3e7193ea9f434f382947155ffb59c755
refs/heads/master: 12710a56cb56e81bd8f457cc2f50c2ebfc0cb390
2 changes: 2 additions & 0 deletions trunk/arch/x86_64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ void show_mem(void)
if (unlikely(i % MAX_ORDER_NR_PAGES == 0)) {
touch_nmi_watchdog();
}
if (!pfn_valid(pgdat->node_start_pfn + i))
continue;
page = pfn_to_page(pgdat->node_start_pfn + i);
total++;
if (PageReserved(page))
Expand Down

0 comments on commit 2e16c3c

Please sign in to comment.