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