From: Alexander Graf Date: Mon, 2 Aug 2010 20:05:00 +0000 (+0200) Subject: KVM: PPC: Remove unused define X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=cb24c50826e0722bffb0674f088954cd4980818b;p=deliverable%2Flinux.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 e7c4d00b99cf..4040c8d16ad5 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) {