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
|