mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
9ed24f4b71
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
8 lines
181 B
C
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 */
|