Jeremy Fitzhardinge 47cb2ed9df x86, xen: fix use of pgd_page now that it really does return a page
Impact: fix 32-bit Xen guest boot crash

On 32-bit PAE, pud_page, for no good reason, didn't really return a
struct page *.  Since Jan Beulich's fix "i386/PAE: fix pud_page()",
pud_page does return a struct page *.

Because PAE has 3 pagetable levels, the pud level is folded into the
pgd level, so pgd_page() is the same as pud_page(), and now returns
a struct page *.  Update the xen/mmu.c code which uses pgd_page()
accordingly.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-11-06 23:20:47 +01:00
..
2008-08-21 13:52:58 +02:00
2008-08-21 13:52:58 +02:00
2008-10-20 08:52:32 -07:00
2008-08-21 13:52:58 +02:00
2008-09-14 16:46:34 +02:00
2008-09-08 19:12:24 +02:00
2008-10-16 16:53:15 +02:00
2007-10-11 11:16:51 +02:00
2008-10-03 10:04:10 +02:00