Skip to content

Commit

Permalink
KVM: PPC: Remove unused define
Browse files Browse the repository at this point in the history
The define VSID_ALL is unused. Let's remove it.

Signed-off-by: Alexander Graf <agraf@suse.de>
  • Loading branch information
Alexander Graf authored and Avi Kivity committed Oct 24, 2010
1 parent b9877ce commit cb24c50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/powerpc/kvm/book3s_64_mmu_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit cb24c50

Please sign in to comment.