]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit71955213550a6d05cadbdb6605fb091f4242ca0c
treecd10748eca84c4f843ff048bfac7dd4d3b69537c
parent9891f10bb5ca8a3cd68b3955fb8a439e4c837323
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