On Monday 29 September 2008 14:40:07 Matias Zabaljauregui wrote:
> This patch adds Physical Address Extension support to lguest.

And this was basically flawless.  Nice work!

>       if (!(pgd_flags(gpgd) & _PAGE_PRESENT))
>               return 0;
>
>       /* Now look at the matching shadow entry. */
>       spgd = spgd_addr(cpu, cpu->cpu_pgd, vaddr);
> +
>       if (!(pgd_flags(*spgd) & _PAGE_PRESENT)) {
>               /* No shadow entry: allocate a new shadow PTE page. */
>               unsigned long ptepage = get_zeroed_page(GFP_KERNEL);

I did remove this whitespace change noise.

Thanks,
Rusty.
_______________________________________________
Lguest mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/lguest

Reply via email to