diff --git a/mm/page_alloc.c b/mm/page_alloc.c index d51c2087c498c6..fd094c36e26c71 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -7645,8 +7645,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, false)) { - pr_info_ratelimited("%s: [%lx, %lx) PFNs busy\n", - __func__, outer_start, end); ret = -EBUSY; goto done; }