X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=mm%2Fworkingset.c;h=577277546d985db41aee898a3c69b1b0488d289b;hb=368301f2fe4b07e5fb71dba3cc566bc59eb6705f;hp=8a75f8d2916af99a1efb6101666038dcd4309c04;hpb=b75a2bf899b668b1d52de8846aafdbcf81349c73;p=mirror_ubuntu-artful-kernel.git diff --git a/mm/workingset.c b/mm/workingset.c index 8a75f8d2916a..577277546d98 100644 --- a/mm/workingset.c +++ b/mm/workingset.c @@ -491,7 +491,7 @@ static int __init workingset_init(void) max_order = fls_long(totalram_pages - 1); if (max_order > timestamp_bits) bucket_order = max_order - timestamp_bits; - printk("workingset: timestamp_bits=%d max_order=%d bucket_order=%u\n", + pr_info("workingset: timestamp_bits=%d max_order=%d bucket_order=%u\n", timestamp_bits, max_order, bucket_order); ret = list_lru_init_key(&workingset_shadow_nodes, &shadow_nodes_key);