]> git.proxmox.com Git - mirror_ubuntu-focal-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)
commit49dfe94fe5ad97d380f81544b6d3626b076a1ef6
treeca5e9585562fd0b0d30bead6c641c232b518e3c6
parentbae561c0cff7e2cde99990ac3b5a58f815d6789d
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