linux-stable/arch/arm64/kvm/trace.h
Marc Zyngier 9ed24f4b71 KVM: arm64: Move virt/kvm/arm to arch/arm64
Now that the 32bit KVM/arm host is a distant memory, let's move the
whole of the KVM/arm64 code into the arm64 tree.

As they said in the song: Welcome Home (Sanitarium).

Signed-off-by: Marc Zyngier <maz@kernel.org>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20200513104034.74741-1-maz@kernel.org
2020-05-16 15:03:59 +01:00

8 lines
181 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _TRACE_ARM64_KVM_H
#define _TRACE_ARM64_KVM_H
#include "trace_arm.h"
#include "trace_handle_exit.h"
#endif /* _TRACE_ARM64_KVM_H */