]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdb3240418cbcde2a6e2abb1a8436f7ad17d86a40
treedb1bce432d81333b4b335dc865daff40fd1ce6ad
parent132942331de0607ec44333214c581387c4104d9e
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