Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95077
b: refs/heads/master
c: 41b25a3
h: refs/heads/master
i:
  95075: d0a3ca9
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Apr 30, 2008
1 parent 50ae716 commit 26f0ff8
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 2f3517418dc0684a32318f2c5b53257416448b1e
refs/heads/master: 41b25a3784c137ad52c71619c73b925860b1b3a2
4 changes: 4 additions & 0 deletions trunk/mm/vmstat.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,10 @@ static int pagetypeinfo_show(struct seq_file *m, void *arg)
{
pg_data_t *pgdat = (pg_data_t *)arg;

/* check memoryless node */
if (!node_state(pgdat->node_id, N_HIGH_MEMORY))
return 0;

seq_printf(m, "Page block order: %d\n", pageblock_order);
seq_printf(m, "Pages per block: %lu\n", pageblock_nr_pages);
seq_putc(m, '\n');
Expand Down

0 comments on commit 26f0ff8

Please sign in to comment.