diff options
Diffstat (limited to 'arch/powerpc/kvm/trace_booke.h')
-rw-r--r-- | arch/powerpc/kvm/trace_booke.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/powerpc/kvm/trace_booke.h b/arch/powerpc/kvm/trace_booke.h index ac640e81fdc5..3837842986aa 100644 --- a/arch/powerpc/kvm/trace_booke.h +++ b/arch/powerpc/kvm/trace_booke.h | |||
@@ -6,8 +6,6 @@ | |||
6 | 6 | ||
7 | #undef TRACE_SYSTEM | 7 | #undef TRACE_SYSTEM |
8 | #define TRACE_SYSTEM kvm_booke | 8 | #define TRACE_SYSTEM kvm_booke |
9 | #define TRACE_INCLUDE_PATH . | ||
10 | #define TRACE_INCLUDE_FILE trace_booke | ||
11 | 9 | ||
12 | #define kvm_trace_symbol_exit \ | 10 | #define kvm_trace_symbol_exit \ |
13 | {0, "CRITICAL"}, \ | 11 | {0, "CRITICAL"}, \ |
@@ -218,4 +216,11 @@ TRACE_EVENT(kvm_booke_queue_irqprio, | |||
218 | #endif | 216 | #endif |
219 | 217 | ||
220 | /* This part must be outside protection */ | 218 | /* This part must be outside protection */ |
219 | |||
220 | #undef TRACE_INCLUDE_PATH | ||
221 | #undef TRACE_INCLUDE_FILE | ||
222 | |||
223 | #define TRACE_INCLUDE_PATH . | ||
224 | #define TRACE_INCLUDE_FILE trace_booke | ||
225 | |||
221 | #include <trace/define_trace.h> | 226 | #include <trace/define_trace.h> |