KVM: PPC: Remove unused define
authorAlexander Graf <agraf@suse.de>
Mon, 2 Aug 2010 20:05:00 +0000 (22:05 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:08 +0000 (10:52 +0200)
The define VSID_ALL is unused. Let's remove it.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/book3s_64_mmu_host.c

index e7c4d00..4040c8d 100644 (file)
@@ -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)
 {