浏览代码

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 年之前
父节点
当前提交
cb24c50826
共有 1 个文件被更改,包括 0 次插入1 次删除
  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)
 {