Skip to content

Commit aac60f1

Browse files
Zenghui YuMarc Zyngier
authored andcommitted
KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH
Commit 49dfe94 ("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 <[email protected]> Signed-off-by: Zenghui Yu <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>
1 parent 084b5a8 commit aac60f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virt/kvm/arm/vgic/trace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TRACE_EVENT(vgic_update_irq_pending,
3030
#endif /* _TRACE_VGIC_H */
3131

3232
#undef TRACE_INCLUDE_PATH
33-
#define TRACE_INCLUDE_PATH ../../../virt/kvm/arm/vgic
33+
#define TRACE_INCLUDE_PATH ../../virt/kvm/arm/vgic
3434
#undef TRACE_INCLUDE_FILE
3535
#define TRACE_INCLUDE_FILE trace
3636

0 commit comments

Comments
 (0)