]> Pileus Git - ~andy/linux/commitdiff
KVM: PPC: e500: rename e500_tlb.h to e500.h
authorScott Wood <scottwood@freescale.com>
Tue, 20 Dec 2011 15:34:29 +0000 (15:34 +0000)
committerAvi Kivity <avi@redhat.com>
Sun, 8 Apr 2012 09:51:07 +0000 (12:51 +0300)
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>
arch/powerpc/kvm/e500.c
arch/powerpc/kvm/e500.h [moved from arch/powerpc/kvm/e500_tlb.h with 98% similarity]
arch/powerpc/kvm/e500_emulate.c
arch/powerpc/kvm/e500_tlb.c

index ac6c9ae14a63e5ecc35b9a654751ca285566ff44..5c450ba003b80cea17f86da9da0f50240737b520 100644 (file)
@@ -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)
 {
similarity index 98%
rename from arch/powerpc/kvm/e500_tlb.h
rename to arch/powerpc/kvm/e500.h
index 5c6d2d7bf058f8efd657c6f8dea558ba3500f44b..02ecde261bc106bb83361a37360888ed8346085e 100644 (file)
@@ -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 */
index 6d0b2bd54fb0a9ffef74f3bfb21b04fa34aa4ce7..2a1a22822066400cb85399a71fa1042caf46d789 100644 (file)
@@ -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
index 6e53e4164de195583a138c7de853f89a94746c97..1d623a085dcceb0896e097911ef0463e4c33467d 100644 (file)
@@ -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"