]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 12 May 2017 10:04:52 +0000 (11:04 +0100)
committerChristoffer Dall <cdall@linaro.org>
Mon, 15 May 2017 06:58:50 +0000 (08:58 +0200)
commit7c37a3b7e69dcbc881b67a0c657a9f2273b9c723
treebe3f1bd1c420fc94d1acc1bc097caa12c94f96cc
parent6a0fa58cdd92da9a8e6fa4e621cabd91974091b3
ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/

Moving most of the shared code to virt/kvm/arm had for consequence
that KVM/ARM doesn't build anymore, because the code that used to
define the tracepoints is now somewhere else.

Fix this by defining CREATE_TRACE_POINTS in coproc.c, and clean-up
trace.h as well.

Fixes: ec8d731a3fc7 ("KVM: arm/arm64: Move shared files to virt/kvm/arm")
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <cdall@linaro.org>
arch/arm/kvm/coproc.c
arch/arm/kvm/trace.h