x86/paravirt: Remove unused _paravirt_ident_32
authorJuergen Gross <jgross@suse.com>
Tue, 30 Oct 2018 06:33:01 +0000 (07:33 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 30 Oct 2018 08:55:31 +0000 (09:55 +0100)
commit7847c7be0481558f17e3ef3b03f573677fd30d29
treedb1bce432d81333b4b335dc865daff40fd1ce6ad
parentf77084d96355f5fba8e2c1fb3a51a393b1570de7
x86/paravirt: Remove unused _paravirt_ident_32

There is no user of _paravirt_ident_32 left in the tree. Remove it
together with the related paravirt_patch_ident_32().

paravirt_patch_ident_64() can be moved inside CONFIG_PARAVIRT_XXL=y.

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: rusty@rustcorp.com.au
Cc: virtualization@lists.linux-foundation.org
Cc: xen-devel@lists.xenproject.org
Link: http://lkml.kernel.org/r/20181030063301.15054-1-jgross@suse.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/paravirt_types.h
arch/x86/kernel/paravirt.c
arch/x86/kernel/paravirt_patch_32.c
arch/x86/kernel/paravirt_patch_64.c