Explorar el Código

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 hace 15 años
padre
commit
cb24c50826
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)
 {