Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70960
b: refs/heads/master
c: 27eb0b2
h: refs/heads/master
v: v3
  • Loading branch information
Prarit Bhargava authored and Thomas Gleixner committed Oct 17, 2007
1 parent 2c88322 commit 66ff7b1
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: 509a80c49c512ac88bd67b981145f925a306111b
refs/heads/master: 27eb0b288fb3b46350f3e6c2fad0b36937a4cc85
3 changes: 3 additions & 0 deletions trunk/arch/x86/mm/pgtable_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/mm.h>
#include <linux/nmi.h>
#include <linux/swap.h>
#include <linux/smp.h>
#include <linux/highmem.h>
Expand Down Expand Up @@ -39,6 +40,8 @@ void show_mem(void)
for_each_online_pgdat(pgdat) {
pgdat_resize_lock(pgdat, &flags);
for (i = 0; i < pgdat->node_spanned_pages; ++i) {
if (unlikely(i % MAX_ORDER_NR_PAGES == 0))
touch_nmi_watchdog();
page = pgdat_page_nr(pgdat, i);
total++;
if (PageHighMem(page))
Expand Down

0 comments on commit 66ff7b1

Please sign in to comment.