]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/include/asm/pgtable.h
x86/paravirt: Remove no longer used paravirt functions
authorJuergen Gross <jgross@suse.com>
Mon, 4 Sep 2017 10:25:27 +0000 (12:25 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 13 Sep 2017 08:55:15 +0000 (10:55 +0200)
commit87930019c713873a1c3b9bd55dde46e81f70c8f1
tree87348b581ecc3b19298e45aa685810c335c33f10
parentc7ad5ad297e644601747d6dbee978bf85e14f7bc
x86/paravirt: Remove no longer used paravirt functions

With removal of lguest some of the paravirt functions are no longer
needed:

->read_cr4()
->store_idt()
->set_pmd_at()
->set_pud_at()
->pte_update()

Remove them.

Signed-off-by: Juergen Gross <jgross@suse.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: akataria@vmware.com
Cc: boris.ostrovsky@oracle.com
Cc: chrisw@sous-sol.org
Cc: jeremy@goop.org
Cc: rusty@rustcorp.com.au
Cc: virtualization@lists.linux-foundation.org
Cc: xen-devel@lists.xenproject.org
Link: http://lkml.kernel.org/r/20170904102527.25409-1-jgross@suse.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/desc.h
arch/x86/include/asm/paravirt.h
arch/x86/include/asm/paravirt_types.h
arch/x86/include/asm/pgtable.h
arch/x86/include/asm/special_insns.h
arch/x86/kernel/paravirt.c
arch/x86/kvm/vmx.c
arch/x86/mm/pgtable.c
arch/x86/xen/enlighten_pv.c
arch/x86/xen/mmu_pv.c