Re: [Provisional Page Table] Why the linear address ranges startingboth from 0 and PAGE_OFFSET are mapped to the same physical address range inthe provisional page table?

From: zhihua che
Date: Sat Dec 03 2011 - 00:46:17 EST


Here is another relating question. Why the provisional page table is
stored at initial_page_table while final page table is store at
swapper_pg_dir, I think only one page directory table is enough,
because the two page table are not effective in the same time, it's
enough to construct the provisional page table at swapper_pg_dir, then
clear it and construct the final page table. And I find that in the
previous linux kernel, only swapper_pg_dir is present.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/