Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165949
b: refs/heads/master
c: d6f6177
h: refs/heads/master
i:
  165947: 7157f43
v: v3
  • Loading branch information
Lennart Sorensen authored and Michal Simek committed Sep 22, 2009
1 parent c9adc92 commit 78f6f93
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 235754834b6818e727d6b8e240c4ec7f79e2f457
refs/heads/master: d6f61770f910a976050458807ff8891e78303297
3 changes: 2 additions & 1 deletion trunk/arch/microblaze/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ void free_initrd_mem(unsigned long start, unsigned long end)
totalram_pages++;
pages++;
}
printk(KERN_NOTICE "Freeing initrd memory: %dk freed\n", pages);
printk(KERN_NOTICE "Freeing initrd memory: %dk freed\n",
(int)(pages * (PAGE_SIZE / 1024)));
}
#endif

Expand Down

0 comments on commit 78f6f93

Please sign in to comment.