]> git.karo-electronics.de Git - karo-tx-linux.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)
commit01630ab8543f21df30b0dca19087b85744f61aee
treebe3f1bd1c420fc94d1acc1bc097caa12c94f96cc
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6
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: 35d2d5d490e2 ("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