summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-10-23 20:18:33 +0000
committerjhb <jhb@FreeBSD.org>2002-10-23 20:18:33 +0000
commitb5ac277f141e1889456d26049a05eda82a3fb848 (patch)
tree17d76a92412d84c368ce7ddbd3b17506834d4f97 /sys/sparc64
parent7be332e6222c926ec2fbb75c40ba760a530ca616 (diff)
downloadFreeBSD-src-b5ac277f141e1889456d26049a05eda82a3fb848.zip
FreeBSD-src-b5ac277f141e1889456d26049a05eda82a3fb848.tar.gz
We always need sys/pcpu.h now, not just for the SMP case.
Approved by: jake
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/tick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/tick.c b/sys/sparc64/sparc64/tick.c
index fd6b439..241d771 100644
--- a/sys/sparc64/sparc64/tick.c
+++ b/sys/sparc64/sparc64/tick.c
@@ -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
OpenPOWER on IntegriCloud