kernel: update 4.4 to 4.4.83
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0111-mm-Remove-the-PFN-busy-warning.patch
index 014f878e866100f3fdb4206dbc8522b8280aa091..88f4939e0f9d42f052b8c4b54501f32c68e27f5e 100644 (file)
@@ -18,7 +18,7 @@ Signed-off-by: Eric Anholt <eric@anholt.net>
  
        /* 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;