x86: with the last user gone, remove set_pte_present
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Wed, 18 Mar 2009 20:03:33 +0000 (13:03 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 19 Mar 2009 13:04:19 +0000 (14:04 +0100)
commit71ff49d71bb5cfcd2689b54cb433c0e6990a1d86
treecd10748eca84c4f843ff048bfac7dd4d3b69537c
parentb40c757964bbad76ecfa88eda9eb0b4d76dd8b40
x86: with the last user gone, remove set_pte_present

Impact: cleanup

set_pte_present() is no longer used, directly or indirectly,
so remove it.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Xen-devel <xen-devel@lists.xensource.com>
Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Alok Kataria <akataria@vmware.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Avi Kivity <avi@redhat.com>
LKML-Reference: <1237406613-2929-2-git-send-email-jeremy@goop.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/paravirt.h
arch/x86/include/asm/pgtable-2level.h
arch/x86/include/asm/pgtable-3level.h
arch/x86/include/asm/pgtable.h
arch/x86/kernel/kvm.c
arch/x86/kernel/paravirt.c
arch/x86/kernel/vmi_32.c
arch/x86/xen/mmu.c