projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9877ce
)
KVM: PPC: Remove unused define
author
Alexander Graf
<agraf@suse.de>
Mon, 2 Aug 2010 20:05:00 +0000
(22:05 +0200)
committer
Avi Kivity
<avi@redhat.com>
Sun, 24 Oct 2010 08:52:08 +0000
(10:52 +0200)
The define VSID_ALL is unused. Let's remove it.
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/book3s_64_mmu_host.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kvm/book3s_64_mmu_host.c
b/arch/powerpc/kvm/book3s_64_mmu_host.c
index
e7c4d00
..
4040c8d
100644
(file)
--- a/
arch/powerpc/kvm/book3s_64_mmu_host.c
+++ b/
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)
{