kernel: update 4.4 to 4.4.89
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0111-mm-Remove-the-PFN-busy-warning.patch
index a0602807bad6c8c3c35c63fa2ac085997782cf6a..3a8048687088bc6cdd00b6be402e41d092c11397 100644 (file)
@@ -14,11 +14,11 @@ Signed-off-by: Eric Anholt <eric@anholt.net>
 
 --- a/mm/page_alloc.c
 +++ b/mm/page_alloc.c
-@@ -6785,8 +6785,6 @@ int alloc_contig_range(unsigned long sta
+@@ -6816,8 +6816,6 @@ int alloc_contig_range(unsigned long sta
  
        /* Make sure the range is really isolated. */
        if (test_pages_isolated(outer_start, end, false)) {
--              pr_info("%s: [%lx, %lx) PFNs busy\n",
+-              pr_info_ratelimited("%s: [%lx, %lx) PFNs busy\n",
 -                      __func__, outer_start, end);
                ret = -EBUSY;
                goto done;