Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272104
b: refs/heads/master
c: fc360bd
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Nov 1, 2011
1 parent 889225d commit bee478e
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: 6eea69dd8befeabd3d0f217400f54b157dd91fe9
refs/heads/master: fc360bd9cdcf875639a77f07fafec26699c546f3
3 changes: 3 additions & 0 deletions trunk/fs/proc/task_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,9 @@ static int show_numa_map(struct seq_file *m, void *v)
seq_printf(m, " stack");
}

if (is_vm_hugetlb_page(vma))
seq_printf(m, " huge");

walk_page_range(vma->vm_start, vma->vm_end, &walk);

if (!md->pages)
Expand Down

0 comments on commit bee478e

Please sign in to comment.