diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2013-10-07 12:47:57 -0400 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-10-17 09:36:22 -0400 |
commit | 72c1253574a1854b0b6f196e24cd0dd08c1ad9b9 (patch) | |
tree | 3564efc426ce20608781d14a056484c4b18b0386 /arch/powerpc/kvm/book3s_pr.c | |
parent | 699cc87641c123128bf3a4e12c0a8d739b1ac2f3 (diff) |
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>
Diffstat (limited to 'arch/powerpc/kvm/book3s_pr.c')
-rw-r--r-- | arch/powerpc/kvm/book3s_pr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/book3s_pr.c b/arch/powerpc/kvm/book3s_pr.c index b6a525d7b5c3..ca6c73d2ee77 100644 --- a/arch/powerpc/kvm/book3s_pr.c +++ b/arch/powerpc/kvm/book3s_pr.c | |||
@@ -42,7 +42,9 @@ | |||
42 | #include <linux/highmem.h> | 42 | #include <linux/highmem.h> |
43 | 43 | ||
44 | #include "book3s.h" | 44 | #include "book3s.h" |
45 | #include "trace.h" | 45 | |
46 | #define CREATE_TRACE_POINTS | ||
47 | #include "trace_pr.h" | ||
46 | 48 | ||
47 | /* #define EXIT_DEBUG */ | 49 | /* #define EXIT_DEBUG */ |
48 | /* #define DEBUG_EXT */ | 50 | /* #define DEBUG_EXT */ |