Explorar o 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 %!s(int64=15) %!d(string=hai) anos
pai
achega
cb24c50826
Modificáronse 1 ficheiros con 0 adicións e 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)
 {