1 2 3 4 5 6 7 8 9 10
/* * $FreeBSD$ */ #ifndef _MACHINE_SMP_H_ #define _MACHINE_SMP_H_ #define get_mplock() { } #define rel_mplock() { } #endif