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:
Gleb Smirnoff 2006-10-13 19:43:35 +00:00
parent d3998dcf2e
commit 97ae0b9ca7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163320

View File

@ -36,6 +36,7 @@
#include <sys/_rwlock.h>
#ifdef _KERNEL
#include <sys/pcpu.h>
#include <machine/atomic.h>
#endif