X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm2708%2Fpatches-4.4%2F0111-mm-Remove-the-PFN-busy-warning.patch;h=88f4939e0f9d42f052b8c4b54501f32c68e27f5e;hp=014f878e866100f3fdb4206dbc8522b8280aa091;hb=4a1b87aba448fae648bf17830379fde11060927b;hpb=cae20f64b555cfb76f74eb115b2d01fcb22ca462 diff --git a/target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch b/target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch index 014f878e86..88f4939e0f 100644 --- a/target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch +++ b/target/linux/brcm2708/patches-4.4/0111-mm-Remove-the-PFN-busy-warning.patch @@ -18,7 +18,7 @@ Signed-off-by: Eric Anholt /* 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;