diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-10-23 20:18:33 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-10-23 20:18:33 +0000 |
| commit | b6ca678e32fcc80711675cc52914ba57b84b313a (patch) | |
| tree | 17d76a92412d84c368ce7ddbd3b17506834d4f97 /sys/sparc64 | |
| parent | 844c9bb88456101ff8b377e5f4d32eef21121112 (diff) | |
Notes
Diffstat (limited to 'sys/sparc64')
| -rw-r--r-- | sys/sparc64/sparc64/tick.c | 2 |
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 |
