diff mbox

[1/6] target-ppc: Remove unused kvmppc_update_sdr1() stub

Message ID 1454638439-11938-2-git-send-email-david@gibson.dropbear.id.au (mailing list archive)
State New, archived
Headers show

Commit Message

David Gibson Feb. 5, 2016, 2:13 a.m. UTC
This KVM stub implementation isn't used anywhere.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
 target-ppc/kvm_ppc.h | 5 -----
 1 file changed, 5 deletions(-)

Comments

Alexey Kardashevskiy Feb. 8, 2016, 5:39 a.m. UTC | #1
On 02/05/2016 01:13 PM, David Gibson wrote:
> This KVM stub implementation isn't used anywhere.
>
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
> ---
>   target-ppc/kvm_ppc.h | 5 -----
>   1 file changed, 5 deletions(-)
>
> diff --git a/target-ppc/kvm_ppc.h b/target-ppc/kvm_ppc.h
> index 62406ce..aaa828c 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)
>

Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
diff mbox

Patch

diff --git a/target-ppc/kvm_ppc.h b/target-ppc/kvm_ppc.h
index 62406ce..aaa828c 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)