提交 f748edaf 编写于 作者: N Nathan Fontenot 提交者: Benjamin Herrenschmidt

powerpc/mm: Mark Memory Resources as busy

Memory I/O resources need to be marked as busy or else we cannot remove
them when doing memory hot remove.
Signed-off-by: NNathan Fontenot <nfont@linux.vnet.ibm.com>
Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 9d56851e
...@@ -514,7 +514,7 @@ static int add_system_ram_resources(void) ...@@ -514,7 +514,7 @@ static int add_system_ram_resources(void)
res->name = "System RAM"; res->name = "System RAM";
res->start = base; res->start = base;
res->end = base + size - 1; res->end = base + size - 1;
res->flags = IORESOURCE_MEM; res->flags = IORESOURCE_MEM | IORESOURCE_BUSY;
WARN_ON(request_resource(&iomem_resource, res) < 0); WARN_ON(request_resource(&iomem_resource, res) < 0);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册