Include pcpu.h so that kernel is buildable w/o RWLOCK_NOINLINE option
and with some code that uses rwlock(9).
This commit is contained in:
parent
d3998dcf2e
commit
97ae0b9ca7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163320
@ -36,6 +36,7 @@
|
||||
#include <sys/_rwlock.h>
|
||||
|
||||
#ifdef _KERNEL
|
||||
#include <sys/pcpu.h>
|
||||
#include <machine/atomic.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user