From: Alexander Graf Date: Mon, 2 Aug 2010 20:05:00 +0000 (+0200) Subject: KVM: PPC: Remove unused define X-Git-Tag: v2.6.37-rc1~142^2~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb24c50826e0722bffb0674f088954cd4980818b;p=profile%2Fcommon%2Fkernel-common.git KVM: PPC: Remove unused define The define VSID_ALL is unused. Let's remove it. Signed-off-by: Alexander Graf --- diff --git a/arch/powerpc/kvm/book3s_64_mmu_host.c b/arch/powerpc/kvm/book3s_64_mmu_host.c index e7c4d00..4040c8d 100644 --- a/arch/powerpc/kvm/book3s_64_mmu_host.c +++ b/arch/powerpc/kvm/book3s_64_mmu_host.c @@ -30,7 +30,6 @@ #include "trace.h" #define PTE_SIZE 12 -#define VSID_ALL 0 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte) {