From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRVtS-0004He-Ne for qemu-devel@nongnu.org; Thu, 04 Feb 2016 21:13:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRVtR-0004Cw-Qy for qemu-devel@nongnu.org; Thu, 04 Feb 2016 21:13:06 -0500 From: David Gibson Date: Fri, 5 Feb 2016 13:13:54 +1100 Message-Id: <1454638439-11938-2-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1454638439-11938-1-git-send-email-david@gibson.dropbear.id.au> References: <1454638439-11938-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [PATCH 1/6] target-ppc: Remove unused kvmppc_update_sdr1() stub List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: benh@kernel.crashing.org, aik@ozlabs.ru, agraf@suse.de Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, David Gibson This KVM stub implementation isn't used anywhere. Signed-off-by: David Gibson --- 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) -- 2.5.0