summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/kvm_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/include/asm/kvm_types.h')
-rw-r--r--arch/riscv/include/asm/kvm_types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/riscv/include/asm/kvm_types.h b/arch/riscv/include/asm/kvm_types.h
new file mode 100644
index 000000000000..e15765f98d7a
--- /dev/null
+++ b/arch/riscv/include/asm/kvm_types.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_RISCV_KVM_TYPES_H
+#define _ASM_RISCV_KVM_TYPES_H
+
+#define KVM_ARCH_NR_OBJS_PER_MEMORY_CACHE 32
+
+#endif /* _ASM_RISCV_KVM_TYPES_H */