Browse Source

KVM: PPC: Remove unused define

The define VSID_ALL is unused. Let's remove it.

Signed-off-by: Alexander Graf <agraf@suse.de>
Alexander Graf 15 years ago
parent
commit
cb24c50826
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/powerpc/kvm/book3s_64_mmu_host.c

+ 0 - 1
arch/powerpc/kvm/book3s_64_mmu_host.c

@@ -30,7 +30,6 @@
 #include "trace.h"
 #include "trace.h"
 
 
 #define PTE_SIZE 12
 #define PTE_SIZE 12
-#define VSID_ALL 0
 
 
 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
 {
 {