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