diff options
author | 2018-09-12 15:33:45 +0200 | |
---|---|---|
committer | 2018-09-20 00:51:43 +0200 | |
commit | 822f312d47f0200dc0999c9f006fe94aa43bd0bd (patch) | |
tree | 25cd8e112e6bf403f7312c90174eb22e1e5618ae /tools/perf/scripts/python/export-to-postgresql.py | |
parent | x86/hyper-v: rename ipi_arg_{ex,non_ex} structures (diff) | |
download | linux-dev-822f312d47f0200dc0999c9f006fe94aa43bd0bd.tar.xz linux-dev-822f312d47f0200dc0999c9f006fe94aa43bd0bd.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions