On Sat, Aug 14, 2010 at 3:18 AM, Takao Indoh <indou.takao@jp.fujitsu.com> wrote:
efi_flags and save_cr3 should be per-CPU, because they now will be
used after SMP is enabled.
efi_pgd should be dynamically allocated instead of statically
allocated, because EFI may be not enabled on some platform.
And I think it is better to unify early physical mode with run-time
physical mode. Just allocate the page table with early page allocator
(lmb?).
Best Regards,
Huang Ying
--