#ifndef _KERNEL_SYS_SMP_H #define _KERNEL_SYS_SMP_H #if defined(__x86_64__) #include #endif void smp_init (void); #endif // _KERNEL_SYS_SMP_H