diff --git a/mm/page_alloc.c b/mm/page_alloc.c index e02a1096f62127ffc6f213f71e0f34cc174142f3..df820235bc1fdc8b0548257f6240738a8d6721f4 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -8578,8 +8578,6 @@ int alloc_contig_range(unsigned long start, unsigned long end, /* Make sure the range is really isolated. */ if (test_pages_isolated(outer_start, end, 0)) { - pr_info_ratelimited("%s: [%lx, %lx) PFNs busy\n", - __func__, outer_start, end); ret = -EBUSY; goto done; }