]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: Fix TRACE_INCLUDE_PATH
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 25 Jan 2019 07:57:28 +0000 (16:57 +0900)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 19 Feb 2019 21:05:51 +0000 (21:05 +0000)
commit340210ef9f661941c4a143007630d81dbfb40cda
treeca5e9585562fd0b0d30bead6c641c232b518e3c6
parentc01e5d08e928301cf59277b0004b8614c65f7031
KVM: arm/arm64: Fix TRACE_INCLUDE_PATH

As the comment block in include/trace/define_trace.h says,
TRACE_INCLUDE_PATH should be a relative path to the define_trace.h

../../virt/kvm/arm is the correct relative path.

../../../virt/kvm/arm is working by coincidence because the top
Makefile adds -I$(srctree)/arch/$(SRCARCH)/include as a header
search path, but we should not rely on it.

Acked-by: Christoffer Dall <christoffer.dall@arm.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/arm/trace.h