]> git.kernelconcepts.de Git - karo-tx-linux.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)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 25 Nov 2015 22:08:37 +0000 (23:08 +0100)
commitd6ccc3ec95251d8d3276f2900b59cbc468dd74f4
treefccd0f2d704af04645d6280349b8bef59c2466b1
parent460958659270b7d750d4ccfe052171cb6f655cbb
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>
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