1 /* Public domain. */ 2 3 #ifndef _ASM_SMP_H 4 #define _ASM_SMP_H 5 6 #if defined(__i386__) || defined(__amd64__) 7 #include <machine/cpu.h> /* for wbinvd_on_all_cpus() */ 8 #endif 9 10 #endif 11