aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-07-10 18:05:02 +0000
committerMark Murray <markm@FreeBSD.org>2003-07-10 18:05:02 +0000
commitc7b132c9749eecaa7cc6bc02508410f0d4015b4d (patch)
treeb37a168f9740ae0b00a94f283fef53c918ae60bb /sys
parent1f04e8f501617e5f2d62192dba635c4805f0889b (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/mp_machdep.c2
-rw-r--r--sys/amd64/amd64/mptable.c2
-rw-r--r--sys/amd64/include/mptable.h2
-rw-r--r--sys/i386/i386/mp_machdep.c2
-rw-r--r--sys/i386/i386/mptable.c2
-rw-r--r--sys/i386/include/mptable.h2
6 files changed, 12 insertions, 0 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index c212ca7461711..9061759b24798 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -33,8 +33,10 @@ __FBSDID("$FreeBSD$");
#ifdef SMP
#include <machine/smptests.h>
#else
+#if !defined(lint)
#error
#endif
+#endif
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c
index c212ca7461711..9061759b24798 100644
--- a/sys/amd64/amd64/mptable.c
+++ b/sys/amd64/amd64/mptable.c
@@ -33,8 +33,10 @@ __FBSDID("$FreeBSD$");
#ifdef SMP
#include <machine/smptests.h>
#else
+#if !defined(lint)
#error
#endif
+#endif
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index c212ca7461711..9061759b24798 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/include/mptable.h
@@ -33,8 +33,10 @@ __FBSDID("$FreeBSD$");
#ifdef SMP
#include <machine/smptests.h>
#else
+#if !defined(lint)
#error
#endif
+#endif
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c
index c212ca7461711..9061759b24798 100644
--- a/sys/i386/i386/mp_machdep.c
+++ b/sys/i386/i386/mp_machdep.c
@@ -33,8 +33,10 @@ __FBSDID("$FreeBSD$");
#ifdef SMP
#include <machine/smptests.h>
#else
+#if !defined(lint)
#error
#endif
+#endif
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/i386/i386/mptable.c b/sys/i386/i386/mptable.c
index c212ca7461711..9061759b24798 100644
--- a/sys/i386/i386/mptable.c
+++ b/sys/i386/i386/mptable.c
@@ -33,8 +33,10 @@ __FBSDID("$FreeBSD$");
#ifdef SMP
#include <machine/smptests.h>
#else
+#if !defined(lint)
#error
#endif
+#endif
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index c212ca7461711..9061759b24798 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -33,8 +33,10 @@ __FBSDID("$FreeBSD$");
#ifdef SMP
#include <machine/smptests.h>
#else
+#if !defined(lint)
#error
#endif
+#endif
#include <sys/param.h>
#include <sys/systm.h>