mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
27361f297c
(eg: common declarations in includes that I think are causing gensetdefs warnings) that need to be tied up, but it compiles and runs.
11 lines
127 B
C
11 lines
127 B
C
/*
|
|
* $FreeBSD$
|
|
*/
|
|
#ifndef _MACHINE_SMP_H_
|
|
#define _MACHINE_SMP_H_
|
|
|
|
#define get_mplock() { }
|
|
#define rel_mplock() { }
|
|
|
|
#endif
|