aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-10-23 20:18:33 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-10-23 20:18:33 +0000
commitb6ca678e32fcc80711675cc52914ba57b84b313a (patch)
tree17d76a92412d84c368ce7ddbd3b17506834d4f97 /sys
parent844c9bb88456101ff8b377e5f4d32eef21121112 (diff)
Notes
Diffstat (limited to 'sys')
-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 fd6b439e9f91..241d771fd53a 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