提交 9a46d7e5 编写于 作者: I Ingo Molnar

x86: ioremap, remove WARN_ON()

Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 2f44bbb4
......@@ -134,8 +134,6 @@ static void __iomem *__ioremap(unsigned long phys_addr, unsigned long size,
return NULL;
}
WARN_ON_ONCE(page_is_ram(pfn));
switch (mode) {
case IOR_MODE_UNCACHED:
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册