提交 df5f6c21 编写于 作者: I Ingo Molnar

x86: unify the reserve_bootmem() behavior of early_res_to_bootmem()

Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 12448e3e
......@@ -635,12 +635,8 @@ void __init early_res_to_bootmem(u64 start, u64 end)
continue;
printk(KERN_INFO " early res: %d [%llx-%llx] %s\n", i,
final_start, final_end - 1, r->name);
#ifdef CONFIG_X86_64
reserve_bootmem_generic(final_start, final_end - final_start);
#else
reserve_bootmem(final_start, final_end - final_start,
BOOTMEM_DEFAULT);
#endif
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册