KVM: PPC: Remove unused define

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

Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
Alexander Graf 2010-08-02 22:05:00 +02:00 committed by Avi Kivity
parent b9877ce299
commit cb24c50826

View file

@ -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)
{