xref: /kvmtool/riscv/include/asm/kernel.h (revision b4531b2c4d3f216bbc5d2fa70510f71826e6ec5d)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef __ASM_KERNEL_H
4 #define __ASM_KERNEL_H
5 
6 #define NR_CPUS	512
7 
8 #endif /* __ASM_KERNEL_H */
9