diff options
author | Zenghui Yu <yuzenghui@huawei.com> | 2019-09-10 22:33:35 -0400 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2019-09-11 11:36:19 -0400 |
commit | aac60f1a867773de9eb164013d89c99f3ea1f009 (patch) | |
tree | 2f96664c83f63d51a3e8f997e4264f6cb0fd8e5f | |
parent | 084b5a80e87258997632dbd975ec3e5fda6bb943 (diff) |
KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH
Commit 49dfe94fe5ad ("KVM: arm/arm64: Fix TRACE_INCLUDE_PATH") fixes
TRACE_INCLUDE_PATH to the correct relative path to the define_trace.h
and explains why did the old one work.
The same fix should be applied to virt/kvm/arm/vgic/trace.h.
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
-rw-r--r-- | virt/kvm/arm/vgic/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/arm/vgic/trace.h b/virt/kvm/arm/vgic/trace.h index 55fed77a9f73..4fd4f6db181b 100644 --- a/virt/kvm/arm/vgic/trace.h +++ b/virt/kvm/arm/vgic/trace.h | |||
@@ -30,7 +30,7 @@ TRACE_EVENT(vgic_update_irq_pending, | |||
30 | #endif /* _TRACE_VGIC_H */ | 30 | #endif /* _TRACE_VGIC_H */ |
31 | 31 | ||
32 | #undef TRACE_INCLUDE_PATH | 32 | #undef TRACE_INCLUDE_PATH |
33 | #define TRACE_INCLUDE_PATH ../../../virt/kvm/arm/vgic | 33 | #define TRACE_INCLUDE_PATH ../../virt/kvm/arm/vgic |
34 | #undef TRACE_INCLUDE_FILE | 34 | #undef TRACE_INCLUDE_FILE |
35 | #define TRACE_INCLUDE_FILE trace | 35 | #define TRACE_INCLUDE_FILE trace |
36 | 36 | ||