summaryrefslogtreecommitdiff
path: root/sys/kern/kern_poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_poll.c')
-rw-r--r--sys/kern/kern_poll.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/kern/kern_poll.c b/sys/kern/kern_poll.c
index ae1bb21fcd47..2fe13246ab34 100644
--- a/sys/kern/kern_poll.c
+++ b/sys/kern/kern_poll.c
@@ -41,12 +41,6 @@ __FBSDID("$FreeBSD$");
#include <sys/resourcevar.h>
#include <sys/kthread.h>
-#ifdef SMP
-#ifndef COMPILING_LINT
-#error DEVICE_POLLING is not compatible with SMP
-#endif
-#endif
-
static void netisr_poll(void); /* the two netisr handlers */
static void netisr_pollmore(void);