Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259066
b: refs/heads/master
c: 6617eaf
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Greg Ungerer committed Jul 25, 2011
1 parent 26587fa commit 34031ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 45d1564cceea8105c51b065acc8ec1312b81fbc1
refs/heads/master: 6617eaf33d04836d31ea687e79ba9fef02fdbbe9
5 changes: 3 additions & 2 deletions trunk/arch/m68k/mm/init_no.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ void free_initrd_mem(unsigned long start, unsigned long end)
totalram_pages++;
pages++;
}
printk (KERN_NOTICE "Freeing initrd memory: %dk freed\n", pages * (PAGE_SIZE / 1024));
pr_notice("Freeing initrd memory: %luk freed\n",
pages * (PAGE_SIZE / 1024));
}
#endif

Expand All @@ -141,7 +142,7 @@ void free_initmem(void)
free_page(addr);
totalram_pages++;
}
printk(KERN_NOTICE "Freeing unused kernel memory: %ldk freed (0x%x - 0x%x)\n",
pr_notice("Freeing unused kernel memory: %luk freed (0x%x - 0x%x)\n",
(addr - PAGE_ALIGN((long) &__init_begin)) >> 10,
(int)(PAGE_ALIGN((unsigned long)(&__init_begin))),
(int)(addr - PAGE_SIZE));
Expand Down

0 comments on commit 34031ae

Please sign in to comment.