]> git.baikalelectronics.ru Git - kernel.git/commit
x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI
authorAlok Kataria <akataria@vmware.com>
Tue, 24 Aug 2010 00:05:57 +0000 (17:05 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 24 Aug 2010 00:09:44 +0000 (17:09 -0700)
commit85dca60f81649a825bcaf600eda3e24e2ad70951
tree894032dc13902e0ad88fa6f5fc0de26ece1242d0
parentad61c4abae9aea7e6a37910310b88c9487ff5933
x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI

VMI was the only user of the alloc_pmd_clone hook, given that VMI
is now removed we can also remove this hook.

Signed-off-by: Alok N Kataria <akataria@vmware.com>
LKML-Reference: <1282608357.19396.36.camel@ank32.eng.vmware.com>
Cc: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/paravirt.h
arch/x86/include/asm/paravirt_types.h
arch/x86/kernel/paravirt.c
arch/x86/mm/pgtable.c
arch/x86/xen/mmu.c