Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2471
b: refs/heads/master
c: c0d6221
h: refs/heads/master
i:
  2469: ff8efd9
  2467: d63e9d4
  2463: bd0ee89
v: v3
  • Loading branch information
Denis Vlasenko authored and Linus Torvalds committed Jun 22, 2005
1 parent f978f40 commit ace8b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b4955ce3dd0818b56da532a16c9a4a3804a558ee
refs/heads/master: c0d62219a48bd91ec40fb254c930914dccc77ff1
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ void show_free_areas(void)
get_page_state(&ps);
get_zone_counts(&active, &inactive, &free);

printk("\nFree pages: %11ukB (%ukB HighMem)\n",
printk("Free pages: %11ukB (%ukB HighMem)\n",
K(nr_free_pages()),
K(nr_free_highpages()));

Expand Down

0 comments on commit ace8b77

Please sign in to comment.