diff options
author | 2008-11-06 13:48:24 -0800 | |
---|---|---|
committer | 2008-11-06 23:20:47 +0100 | |
commit | 47cb2ed9df2789fc4a3fe1201e475078f93c4839 (patch) | |
tree | 5d2bc2cdc63496d8b073eeea09d939b900129a46 /include/asm-generic/memory_model.h | |
parent | Revert "x86: default to reboot via ACPI" (diff) | |
download | wireguard-linux-47cb2ed9df2789fc4a3fe1201e475078f93c4839.tar.xz wireguard-linux-47cb2ed9df2789fc4a3fe1201e475078f93c4839.zip |
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>
Diffstat (limited to 'include/asm-generic/memory_model.h')
0 files changed, 0 insertions, 0 deletions