Change #include <machine/pcpu.h> to #include <sys/pcpu.h>

to get definition of curthread, required by <sys/sx.h>.
This commit is contained in:
Craig Rodrigues 2007-04-01 12:48:10 +00:00
parent af940ed8c0
commit 3b1b4d767f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168206

View file

@ -1,5 +1,5 @@
#include <sys/param.h>
#include <machine/pcpu.h>
#include <sys/pcpu.h>
#include <support/debug.h>
#include <support/mrlock.h>