summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s.c
diff options
context:
space:
mode:
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>2014-12-07 18:28:54 +0100
committerAlexander Graf <agraf@suse.de>2014-12-17 13:12:42 +0100
commit54ca162a0c86509abf32a86faec8695c69a9f053 (patch)
tree0311a176e870f5574e6d0e791835b4f7d5c30fc0 /arch/powerpc/kvm/book3s.c
parent24aaaf22ea3c660dd673ebde9922b43047bb3946 (diff)
downloadlinux-stable-54ca162a0c86509abf32a86faec8695c69a9f053.tar.gz
linux-stable-54ca162a0c86509abf32a86faec8695c69a9f053.tar.bz2
linux-stable-54ca162a0c86509abf32a86faec8695c69a9f053.zip
arch: powerpc: kvm: book3s.c: Remove some unused functions
Removes some functions that are not used anywhere: kvmppc_core_load_guest_debugstate() kvmppc_core_load_host_debugstate() 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: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/kvm/book3s.c')
-rw-r--r--arch/powerpc/kvm/book3s.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/kvm/book3s.c b/arch/powerpc/kvm/book3s.c
index b32db4b95361..888bf466d8c6 100644
--- a/arch/powerpc/kvm/book3s.c
+++ b/arch/powerpc/kvm/book3s.c
@@ -64,14 +64,6 @@ struct kvm_stats_debugfs_item debugfs_entries[] = {
{ NULL }
};
-void kvmppc_core_load_host_debugstate(struct kvm_vcpu *vcpu)
-{
-}
-
-void kvmppc_core_load_guest_debugstate(struct kvm_vcpu *vcpu)
-{
-}
-
void kvmppc_unfixup_split_real(struct kvm_vcpu *vcpu)
{
if (vcpu->arch.hflags & BOOK3S_HFLAG_SPLIT_HACK) {