]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer
authorJuergen Gross <jgross@suse.com>
Tue, 17 Nov 2015 14:51:19 +0000 (15:51 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 10 May 2016 20:06:31 +0000 (22:06 +0200)
commit9ff226047d9f2fb8366b71daf42039911f5aa088
tree94a59c4e2f239ffea963855ffe68c5f2a3c71d80
parenta3c33f534a6dde2a88cb34e95a94fd2d803cb390
x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer

pte_update_defer can be removed as it is always set to the same
function as pte_update. So any usage of pte_update_defer() can be
replaced by pte_update().

pmd_update and pmd_update_defer are always set to paravirt_nop, so they
can just be nuked.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: jeremy@goop.org
Cc: chrisw@sous-sol.org
Cc: akataria@vmware.com
Cc: virtualization@lists.linux-foundation.org
Cc: xen-devel@lists.xen.org
Cc: konrad.wilk@oracle.com
Cc: david.vrabel@citrix.com
Cc: boris.ostrovsky@oracle.com
Link: http://lkml.kernel.org/r/1447771879-1806-1-git-send-email-jgross@suse.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
(cherry picked from commit d6ccc3ec95251d8d3276f2900b59cbc468dd74f4)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
arch/x86/include/asm/paravirt.h
arch/x86/include/asm/paravirt_types.h
arch/x86/include/asm/pgtable.h
arch/x86/kernel/paravirt.c
arch/x86/lguest/boot.c
arch/x86/mm/pgtable.c
arch/x86/xen/mmu.c