X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fswap_state.c;h=797c3831cbec7401ccfecd3ecdc98c7667c8d6bb;hb=d3ee1b405872214609868f3cde631ac157026dd0;hp=167cf2dc8a03c16d3022c60a303b102f09732bdd;hpb=31677619650cac2bcc9f50920824323b005e3d8a;p=linux-2.6 diff --git a/mm/swap_state.c b/mm/swap_state.c index 167cf2dc8a..797c3831cb 100644 --- a/mm/swap_state.c +++ b/mm/swap_state.c @@ -60,7 +60,7 @@ void show_swap_cache_info(void) printk("Swap cache stats: add %lu, delete %lu, find %lu/%lu\n", swap_cache_info.add_total, swap_cache_info.del_total, swap_cache_info.find_success, swap_cache_info.find_total); - printk("Free swap = %lukB\n", nr_swap_pages << (PAGE_SHIFT - 10)); + printk("Free swap = %ldkB\n", nr_swap_pages << (PAGE_SHIFT - 10)); printk("Total swap = %lukB\n", total_swap_pages << (PAGE_SHIFT - 10)); }