Parcourir la 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 il y a 15 ans
Parent
commit
cb24c50826
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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"
 
 #define PTE_SIZE 12
-#define VSID_ALL 0
 
 void kvmppc_mmu_invalidate_pte(struct kvm_vcpu *vcpu, struct hpte_cache *pte)
 {