kvm: powerpc: book3s: pr: move PR related tracepoints to a separate header
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 7 Oct 2013 16:47:57 +0000 (22:17 +0530)
committerAlexander Graf <agraf@suse.de>
Thu, 17 Oct 2013 13:36:22 +0000 (15:36 +0200)
commit72c1253574a1854b0b6f196e24cd0dd08c1ad9b9
tree3564efc426ce20608781d14a056484c4b18b0386
parent699cc87641c123128bf3a4e12c0a8d739b1ac2f3
kvm: powerpc: book3s: pr: move PR related tracepoints to a separate header

This patch moves PR related tracepoints to a separate header. This
enables in converting PR to a kernel module which will be done in
later patches

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/book3s_64_mmu_host.c
arch/powerpc/kvm/book3s_mmu_hpte.c
arch/powerpc/kvm/book3s_pr.c
arch/powerpc/kvm/trace.h
arch/powerpc/kvm/trace_pr.h [new file with mode: 0644]