/* * $FreeBSD$ */ #ifndef _MACHINE_SMP_H_ #define _MACHINE_SMP_H_ #define get_mplock() { } #define rel_mplock() { } #endif