[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] understanding __linear_l2_table and friends
> The alternative is to hack PAE Linux to force the L2 containing kernel > mappings to be per-pagetable rather than shared. The downside of the is > that we use an extra 4KB per pagetable, and have the hassle of faulting > in kernel L2 mappings on demand (like non-PAE Linux has to). This plays > nicely with the TLB flush filter, and is fine for SMP guests. I think that one is better. The topmost L2 table with the kernel mappings is a special case anyway because it also has the hypervisor hole and thus differs from the other three L2 tables when it comes to allocation and verification (and maybe other places as well). I'm considering adding a new page type for the topmost L2 in PAE mode to handle this. Comments? Better ideas? Gerd -- #define printk(args...) fprintf(stderr, ## args) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |