提交 6e500008 编写于 作者: E Eric Anholt 提交者: Zheng Zengkai

mm: Remove the PFN busy warning

raspberrypi inclusion
category: feature
bugzilla: 50432

--------------------------------

See commit dae803e1 -- the warning is
expected sometimes when using CMA.  However, that commit still spams
my kernel log with these warnings.
Signed-off-by: NEric Anholt <eric@anholt.net>
Signed-off-by: NFang Yafen <yafen@iscas.ac.cn>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 71f8dfc7
...@@ -8578,8 +8578,6 @@ int alloc_contig_range(unsigned long start, unsigned long end, ...@@ -8578,8 +8578,6 @@ int alloc_contig_range(unsigned long start, unsigned long end,
/* Make sure the range is really isolated. */ /* Make sure the range is really isolated. */
if (test_pages_isolated(outer_start, end, 0)) { if (test_pages_isolated(outer_start, end, 0)) {
pr_info_ratelimited("%s: [%lx, %lx) PFNs busy\n",
__func__, outer_start, end);
ret = -EBUSY; ret = -EBUSY;
goto done; goto done;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册