aboutsummaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-08-24 19:27:11 +0800
committerAlex Shi <alex.shi@linaro.org>2017-08-24 19:27:11 +0800
commit65169f9517a93e80fd1512445095b036c375d1a5 (patch)
tree5bb5d9366469add9591986a169898e0846239ee6 /mm/page_alloc.c
parent1eb314e8eeb554ca18de638b5be6e94606e1a0de (diff)
parenta82d5fd0c3a5f303b0e5f8fca834a1cce0655070 (diff)
Merge tag 'v3.18.66' into linux-linaro-lsk-v3.18lsk-v3.18-17.08
This is the 3.18.66 stable release
Diffstat (limited to 'mm/page_alloc.c')
-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 beede1d1d233..8b1e45de2048 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -6427,7 +6427,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;