]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: kvm: vmx: Remove some unused functions
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Sun, 11 Jan 2015 18:02:26 +0000 (19:02 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 19 Jan 2015 10:09:36 +0000 (11:09 +0100)
commit0c55d6d931484a747dbba5c9766379c7720a8520
treeaec4584249bd574aa448b574ae0d1db03886d4f3
parentc205fb7d7d4f81e46fc577b707ceb9e356af1456
x86: kvm: vmx: Remove some unused functions

Removes some functions that are not used anywhere:
cpu_has_vmx_eptp_writeback() cpu_has_vmx_eptp_uncacheable()

This was partially found by using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c