Skip to content

Commit

Permalink
KVM: PPC: e500: rename e500_tlb.h to e500.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Scott Wood authored and Avi Kivity committed Apr 8, 2012
1 parent fafd683 commit 29a5a6f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/kvm/e500.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
6 changes: 3 additions & 3 deletions arch/powerpc/kvm/e500_tlb.h → arch/powerpc/kvm/e500.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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 */
2 changes: 1 addition & 1 deletion arch/powerpc/kvm/e500_emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/kvm/e500_tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 29a5a6f

Please sign in to comment.