提交 fac8f1e4 编写于 作者: Y Yinghai Lu 提交者: Ingo Molnar

x86: split e820 reserved entries record to late, v7

try to insert_resource second time, by expanding the resource...

for case: e820 reserved entry is partially overlapped with bar res...

hope it will never happen
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 8040d776
......@@ -1320,7 +1320,7 @@ void __init e820_reserve_resources_late(void)
res = e820_res;
for (i = 0; i < e820.nr_map; i++) {
if (!res->parent && res->end)
insert_resource(&iomem_resource, res);
reserve_region_with_split(&iomem_resource, res->start, res->end, res->name);
res++;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册