aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2002-03-07 04:43:51 +0000
committerJake Burkholder <jake@FreeBSD.org>2002-03-07 04:43:51 +0000
commit752dff3d9c9fc621edff82a32242ae8ddbdf843d (patch)
tree5c599ca25a8dcb1b72892a1f7d4363d964ed0edf /sys/sys
parent8c5dffe8cafee8addbc1229902ebba5b7d1f62a6 (diff)
downloadsrc-752dff3d9c9fc621edff82a32242ae8ddbdf843d.tar.gz
src-752dff3d9c9fc621edff82a32242ae8ddbdf843d.zip
Add needed includes of machine/smp.h, remove nested include in sys/smp.h
so that inlines in machine/smp.h can use variables declared in sys/smp.h.
Notes
Notes: svn path=/head/; revision=91778
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/smp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/smp.h b/sys/sys/smp.h
index e829719fd662..21c67f4054fe 100644
--- a/sys/sys/smp.h
+++ b/sys/sys/smp.h
@@ -13,7 +13,6 @@
#define _SYS_SMP_H_
#ifdef _KERNEL
-#include <machine/smp.h>
#ifndef LOCORE