xref: /openbsd-src/sys/dev/pci/drm/include/asm/smp.h (revision b99ef4df7fac99f3475b694d6cd4990521c99ae6)
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