summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/smp.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-09-16 18:55:05 +0000
committerphk <phk@FreeBSD.org>2000-09-16 18:55:05 +0000
commit2883081157094f0d8b0c047372e9202577eedd4d (patch)
tree1cf046484cbe70c3a0013b562bdff9126b752231 /sys/amd64/include/smp.h
parentb88f8acdff7031b12943bcc2da41839a0e54d0ae (diff)
downloadFreeBSD-src-2883081157094f0d8b0c047372e9202577eedd4d.zip
FreeBSD-src-2883081157094f0d8b0c047372e9202577eedd4d.tar.gz
Make LINT compile.
Diffstat (limited to 'sys/amd64/include/smp.h')
-rw-r--r--sys/amd64/include/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h
index 59dcb16..425dac0 100644
--- a/sys/amd64/include/smp.h
+++ b/sys/amd64/include/smp.h
@@ -15,7 +15,7 @@
#ifdef _KERNEL
-#if defined(SMP) && defined(I386_CPU)
+#if defined(SMP) && defined(I386_CPU) && !defined(COMPILING_LINT)
#error SMP not supported with I386_CPU
#endif
#if defined(SMP) && !defined(APIC_IO)
OpenPOWER on IntegriCloud