summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/e500_mmu_host.c
diff options
context:
space:
mode:
authorAneesh Kumar K.V2013-10-07 18:47:58 +0200
committerAlexander Graf2013-10-17 15:37:16 +0200
commitdba291f2ceacb833063179530eeb83a317a6cc95 (patch)
tree1ec867460600cd6851f19b78d728cd26ea972780 /arch/powerpc/kvm/e500_mmu_host.c
parentkvm: powerpc: book3s: pr: move PR related tracepoints to a separate header (diff)
downloadkernel-qcow2-linux-dba291f2ceacb833063179530eeb83a317a6cc95.tar.gz
kernel-qcow2-linux-dba291f2ceacb833063179530eeb83a317a6cc95.tar.xz
kernel-qcow2-linux-dba291f2ceacb833063179530eeb83a317a6cc95.zip
kvm: powerpc: booke: Move booke related tracepoints to separate header
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/kvm/e500_mmu_host.c')
-rw-r--r--arch/powerpc/kvm/e500_mmu_host.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/e500_mmu_host.c b/arch/powerpc/kvm/e500_mmu_host.c
index 8f0d532522db..e7dde4b88783 100644
--- a/arch/powerpc/kvm/e500_mmu_host.c
+++ b/arch/powerpc/kvm/e500_mmu_host.c
@@ -32,10 +32,11 @@
#include <asm/kvm_ppc.h>
#include "e500.h"
-#include "trace.h"
#include "timing.h"
#include "e500_mmu_host.h"
+#include "trace_booke.h"
+
#define to_htlb1_esel(esel) (host_tlb_params[1].entries - (esel) - 1)
static struct kvmppc_e500_tlb_params host_tlb_params[E500_TLB_NUM];