xref: /haiku/headers/private/kernel/arch/riscv64/arch_cpu.h (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
1 /*
2 ** Copyright 2003, Marcus Overhagen. All rights reserved.
3 ** Distributed under the terms of the MIT license.
4 */
5 #ifndef _KERNEL_ARCH_CPU_H
6 #define _KERNEL_ARCH_CPU_H
7 
8 #define CPU_MAX_CACHE_LEVEL 8
9 #define ATOMIC_FUNCS_ARE_SYSCALLS 1
10 
11 #endif
12