diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-09-12 15:33:45 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-09-20 00:51:43 +0200 |
commit | 822f312d47f0200dc0999c9f006fe94aa43bd0bd (patch) | |
tree | 25cd8e112e6bf403f7312c90174eb22e1e5618ae /arch/um | |
parent | a1efa9b70097a7ebb7c0a10bb72648776771b281 (diff) | |
download | linux-822f312d47f0200dc0999c9f006fe94aa43bd0bd.tar.bz2 |
kvm: x86: make kvm_{load|put}_guest_fpu() static
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>
Diffstat (limited to 'arch/um')
0 files changed, 0 insertions, 0 deletions