mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
KVM: riscv: selftests: Add missing headers for new testcases
Add missing headers to fix the build for new RISC-V KVM selftests. Signed-off-by: Quan Zhou <zhouquan@iscas.ac.cn> Signed-off-by: Dong Yang <dayss1224@gmail.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Link: https://lore.kernel.org/r/bfb66541918de68cd89b83bc3430af94bdc75a85.1756710918.git.dayss1224@gmail.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
parent
c92786e179
commit
f4103c1171
|
|
@ -50,6 +50,7 @@
|
|||
#include "memstress.h"
|
||||
#include "guest_modes.h"
|
||||
#include "processor.h"
|
||||
#include "ucall_common.h"
|
||||
|
||||
#include "cgroup_util.h"
|
||||
#include "lru_gen_util.h"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include <linux/stringify.h>
|
||||
#include <asm/csr.h>
|
||||
#include <asm/vdso/processor.h>
|
||||
#include "kvm_util.h"
|
||||
|
||||
#define INSN_OPCODE_MASK 0x007c
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
#include "processor.h"
|
||||
#include "test_util.h"
|
||||
#include "guest_modes.h"
|
||||
#include "ucall_common.h"
|
||||
|
||||
#define DUMMY_MEMSLOT_INDEX 7
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
#include <test_util.h>
|
||||
#include <kvm_util.h>
|
||||
#include <processor.h>
|
||||
#include <ucall_common.h>
|
||||
|
||||
#define MEM_EXTRA_SIZE SZ_64K
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user