Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47295
b: refs/heads/master
c: a25700a
h: refs/heads/master
i:
  47293: abd6953
  47291: ead4144
  47287: 32710cc
  47279: 168c045
  47263: 71e05ed
  47231: eea2e17
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 9, 2007
1 parent 02764ea commit dab60b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 45941d0481f538324fa21d6450116d13f6e51e91
refs/heads/master: a25700a53f715fde30443e737e52310c6d4a311a
7 changes: 4 additions & 3 deletions trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1579,8 +1579,8 @@ void show_free_areas(void)

get_zone_counts(&active, &inactive, &free);

printk("Active:%lu inactive:%lu dirty:%lu writeback:%lu "
"unstable:%lu free:%u slab:%lu mapped:%lu pagetables:%lu\n",
printk("Active:%lu inactive:%lu dirty:%lu writeback:%lu unstable:%lu\n"
" free:%u slab:%lu mapped:%lu pagetables:%lu bounce:%lu\n",
active,
inactive,
global_page_state(NR_FILE_DIRTY),
Expand All @@ -1590,7 +1590,8 @@ void show_free_areas(void)
global_page_state(NR_SLAB_RECLAIMABLE) +
global_page_state(NR_SLAB_UNRECLAIMABLE),
global_page_state(NR_FILE_MAPPED),
global_page_state(NR_PAGETABLE));
global_page_state(NR_PAGETABLE),
global_page_state(NR_BOUNCE));

for_each_zone(zone) {
int i;
Expand Down

0 comments on commit dab60b4

Please sign in to comment.