diff options
author | Scott Wood <scottwood@freescale.com> | 2011-12-20 10:34:29 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-04-08 05:51:07 -0400 |
commit | 29a5a6f9102aed97a06aa984cc294e0e603b3a79 (patch) | |
tree | d04d2de87be3bd0c9ff43f7a79b84de9d0b01d28 /arch/powerpc/kvm/e500.c | |
parent | fafd68327858bf30c846d38c7ea144f0827f552e (diff) |
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.c')
-rw-r--r-- | arch/powerpc/kvm/e500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/e500.c b/arch/powerpc/kvm/e500.c index ac6c9ae14a63..5c450ba003b8 100644 --- a/arch/powerpc/kvm/e500.c +++ b/arch/powerpc/kvm/e500.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <asm/kvm_ppc.h> | 24 | #include <asm/kvm_ppc.h> |
25 | 25 | ||
26 | #include "booke.h" | 26 | #include "booke.h" |
27 | #include "e500_tlb.h" | 27 | #include "e500.h" |
28 | 28 | ||
29 | void kvmppc_core_load_host_debugstate(struct kvm_vcpu *vcpu) | 29 | void kvmppc_core_load_host_debugstate(struct kvm_vcpu *vcpu) |
30 | { | 30 | { |