https://github.com/torvalds/linux
Revision 822f312d47f0200dc0999c9f006fe94aa43bd0bd authored by Sebastian Andrzej Siewior on 12 September 2018, 13:33:45 UTC, committed by Paolo Bonzini on 19 September 2018, 22:51:43 UTC
The functions
	kvm_load_guest_fpu()
	kvm_put_guest_fpu()

are only used locally, make them static. This requires also that both
functions are moved because they are used before their implementation.
Those functions were exported (via EXPORT_SYMBOL) before commit
e5bb40251a920 ("KVM: Drop kvm_{load,put}_guest_fpu() exports").

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent a1efa9b
History
Tip revision: 822f312d47f0200dc0999c9f006fe94aa43bd0bd authored by Sebastian Andrzej Siewior on 12 September 2018, 13:33:45 UTC
kvm: x86: make kvm_{load|put}_guest_fpu() static
Tip revision: 822f312
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 12.8 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 1.5 KB
.mailmap -rw-r--r-- 9.7 KB
COPYING -rw-r--r-- 423 bytes
CREDITS -rw-r--r-- 96.4 KB
Kbuild -rw-r--r-- 2.2 KB
Kconfig -rw-r--r-- 563 bytes
MAINTAINERS -rw-r--r-- 459.0 KB
Makefile -rw-r--r-- 59.2 KB
README -rw-r--r-- 800 bytes

README

back to top