summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-08-24 19:27:57 +0800
committerAlex Shi <alex.shi@linaro.org>2017-08-24 19:27:57 +0800
commit2d24df0e84490d49a5211468e8793ecf9ad8a5bb (patch)
treef6ad5cf51e4369f66f221cea59bdbb575d060480 /mm
parent21b5f5d91a589931a22009d918fd319f481e8eee (diff)
parent425fdd287e9b41a20bc8b47a00064da3fcd8cae4 (diff)
Merge tag 'v4.4.83' into linux-linaro-lsk-v4.4
This is the 4.4.83 stable release
Diffstat (limited to 'mm')
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 868db0c637e9..badac96cb969 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -6789,7 +6789,7 @@ 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("%s: [%lx, %lx) PFNs busy\n",
+ pr_info_ratelimited("%s: [%lx, %lx) PFNs busy\n",
__func__, outer_start, end);
ret = -EBUSY;
goto done;