Commit 29a5a6f9 authored by Scott Wood's avatar Scott Wood Committed by Avi Kivity

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: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent fafd6832
......@@ -24,7 +24,7 @@
#include <asm/kvm_ppc.h>
#include "booke.h"
#include "e500_tlb.h"
#include "e500.h"
void kvmppc_core_load_host_debugstate(struct kvm_vcpu *vcpu)
{
......
......@@ -12,8 +12,8 @@
* published by the Free Software Foundation.
*/
#ifndef __KVM_E500_TLB_H__
#define __KVM_E500_TLB_H__
#ifndef KVM_E500_H
#define KVM_E500_H
#include <linux/kvm_host.h>
#include <asm/mmu-book3e.h>
......@@ -171,4 +171,4 @@ static inline int tlbe_is_host_safe(const struct kvm_vcpu *vcpu,
return 1;
}
#endif /* __KVM_E500_TLB_H__ */
#endif /* KVM_E500_H */
......@@ -17,7 +17,7 @@
#include <asm/kvm_e500.h>
#include "booke.h"
#include "e500_tlb.h"
#include "e500.h"
#define XOP_TLBIVAX 786
#define XOP_TLBSX 914
......
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment