diff options
author | julian <julian@FreeBSD.org> | 2004-09-03 08:19:31 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2004-09-03 08:19:31 +0000 |
commit | e2d37a7c260e349a4b30098200a11b8cff23abba (patch) | |
tree | 8cf6838f31375fe63bcd10490eb92e3da982bfcd /sys/kern | |
parent | 373bbfc18445a9c3d361d56b73a25f76cbb6fb62 (diff) | |
download | FreeBSD-src-e2d37a7c260e349a4b30098200a11b8cff23abba.zip FreeBSD-src-e2d37a7c260e349a4b30098200a11b8cff23abba.tar.gz |
ooops finish last commit.
moved the variables but not the declarations.
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/sched_4bsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c index 8175b9e..5498d5c 100644 --- a/sys/kern/sched_4bsd.c +++ b/sys/kern/sched_4bsd.c @@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$"); #include <sys/smp.h> #include <sys/sysctl.h> #include <sys/sx.h> +#include <machine/smp.h> /* * INVERSE_ESTCPU_WEIGHT is only suitable for statclock() frequencies in |