All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvmtool] Fixes: 0febaae00bb6 ("Add asm/kernel.h for riscv")
@ 2022-05-20 18:09 Dao Lu
  2022-05-23  9:31 ` Alexandru Elisei
  0 siblings, 1 reply; 7+ messages in thread
From: Dao Lu @ 2022-05-20 18:09 UTC (permalink / raw)
  To: kvm; +Cc: Dao Lu

Signed-off-by: Dao Lu <daolu@rivosinc.com>
---
 riscv/include/asm/kernel.h | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 riscv/include/asm/kernel.h

diff --git a/riscv/include/asm/kernel.h b/riscv/include/asm/kernel.h
new file mode 100644
index 0000000..a2a8d9e
--- /dev/null
+++ b/riscv/include/asm/kernel.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+#ifndef __ASM_KERNEL_H
+#define __ASM_KERNEL_H
+
+#define NR_CPUS	4096
+
+#endif /* __ASM_KERNEL_H */
-- 
2.36.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-05-24  8:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 18:09 [PATCH kvmtool] Fixes: 0febaae00bb6 ("Add asm/kernel.h for riscv") Dao Lu
2022-05-23  9:31 ` Alexandru Elisei
2022-05-23  9:34   ` Alexandru Elisei
2022-05-23 16:04     ` Dao Lu
2022-05-23 16:28       ` Alexandru Elisei
2022-05-23 19:15         ` Dao Lu
2022-05-24  8:11           ` Alexandru Elisei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.