Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88765
b: refs/heads/master
c: 1415d16
h: refs/heads/master
i:
  88763: e381370
v: v3
  • Loading branch information
Johannes Weiner authored and Ingo Molnar committed Apr 17, 2008
1 parent c83c2a9 commit e270497
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: 5b0e508415a83989fe704b4718a1a214bc333ca7
refs/heads/master: 1415d160c7f7fe8f1026735d5b6cc19aec7a367f
3 changes: 0 additions & 3 deletions trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ void show_mem(void)

printk(KERN_INFO "Mem-info:\n");
show_free_areas();
printk(KERN_INFO "Free swap: %6ldkB\n",
nr_swap_pages << (PAGE_SHIFT-10));

for_each_online_pgdat(pgdat) {
for (i = 0; i < pgdat->node_spanned_pages; ++i) {
/*
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/x86/mm/pgtable_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ void show_mem(void)

printk(KERN_INFO "Mem-info:\n");
show_free_areas();
printk(KERN_INFO "Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
for_each_online_pgdat(pgdat) {
pgdat_resize_lock(pgdat, &flags);
for (i = 0; i < pgdat->node_spanned_pages; ++i) {
Expand Down

0 comments on commit e270497

Please sign in to comment.