We always need sys/pcpu.h now, not just for the SMP case.

Approved by:	jake
This commit is contained in:
John Baldwin 2002-10-23 20:18:33 +00:00
parent 844c9bb884
commit b6ca678e32

View File

@ -31,12 +31,12 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/interrupt.h>
#include <sys/pcpu.h>
#include <sys/timetc.h>
#ifdef SMP
#include <sys/ktr.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/pcpu.h>
#include <sys/proc.h>
#endif