diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2016-02-09 09:28:25 +1000 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2016-02-17 09:59:29 +1100 |
commit | b7f0bbd2590a22be4c707e27f85e2334158e83aa (patch) | |
tree | 123e1a5e4cc81fc4e82b1ca1eb9e085a76f06198 /target-ppc | |
parent | 2f448e415f364d0ec4c5556993e44ca183e31c5c (diff) |
target-ppc: Remove unused kvmppc_update_sdr1() stub
This KVM stub implementation isn't used anywhere.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/kvm_ppc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-ppc/kvm_ppc.h b/target-ppc/kvm_ppc.h index 62406ce4e1..aaa828c055 100644 --- a/target-ppc/kvm_ppc.h +++ b/target-ppc/kvm_ppc.h @@ -184,11 +184,6 @@ static inline uint64_t kvmppc_rma_size(uint64_t current_size, return ram_size; } -static inline int kvmppc_update_sdr1(CPUPPCState *env) -{ - return 0; -} - #endif /* !CONFIG_USER_ONLY */ static inline bool kvmppc_has_cap_epr(void) |