aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/e500_tlb.c
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2011-12-20 15:34:29 +0000
committerAvi Kivity <avi@redhat.com>2012-04-08 12:51:07 +0300
commit29a5a6f9102aed97a06aa984cc294e0e603b3a79 (patch)
treed04d2de87be3bd0c9ff43f7a79b84de9d0b01d28 /arch/powerpc/kvm/e500_tlb.c
parentKVM: PPC: booke: Move vm core init/destroy out of booke.c (diff)
downloadlinux-dev-29a5a6f9102aed97a06aa984cc294e0e603b3a79.tar.xz
linux-dev-29a5a6f9102aed97a06aa984cc294e0e603b3a79.zip
KVM: PPC: e500: rename e500_tlb.h to e500.h
This is in preparation for merging in the contents of arch/powerpc/include/asm/kvm_e500.h. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm/e500_tlb.c')
-rw-r--r--arch/powerpc/kvm/e500_tlb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/e500_tlb.c b/arch/powerpc/kvm/e500_tlb.c
index 6e53e4164de1..1d623a085dcc 100644
--- a/arch/powerpc/kvm/e500_tlb.c
+++ b/arch/powerpc/kvm/e500_tlb.c
@@ -29,7 +29,7 @@
#include <asm/kvm_e500.h>
#include "../mm/mmu_decl.h"
-#include "e500_tlb.h"
+#include "e500.h"
#include "trace.h"
#include "timing.h"