From: Eduardo Habkost Date: Wed, 30 Jan 2008 12:33:20 +0000 (+0100) Subject: x86: include/asm-x86/paravirt.h: x86_64 mmu operations X-Git-Tag: v2.6.25-rc1~1143^2~236 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9042219cd8d43b81322b826d463dd6e52acae6cf;p=pandora-kernel.git x86: include/asm-x86/paravirt.h: x86_64 mmu operations Add .set_pgd field to pv_mmu_ops. Implement pud_val(), __pud(), set_pgd(), pud_clear(), pgd_clear(). pud_clear() and pgd_clear() are implemented simply using set_pud() and set_pmd(). They don't have a field at pv_mmu_ops. Signed-off-by: Eduardo Habkost Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed