summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_poll.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-02-25 22:07:51 +0000
committertrhodes <trhodes@FreeBSD.org>2005-02-25 22:07:51 +0000
commit7082a96a1136219255ae8468f5056198fe5a4e04 (patch)
tree72f6b1603f5419f41cd411096e0c10ce7b05c043 /sys/kern/kern_poll.c
parentd28316e1e6685ea6109d47f930e9bc630b31d67d (diff)
downloadFreeBSD-src-7082a96a1136219255ae8468f5056198fe5a4e04.zip
FreeBSD-src-7082a96a1136219255ae8468f5056198fe5a4e04.tar.gz
Remove recently added note about DEVICE_POLLING not working with SMP.
Remove warning from kern_poll.c to allow DEVICE_POLLING to be built with SMP. Discussed with: ru, glebius
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 ae1bb21..2fe1324 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);
OpenPOWER on IntegriCloud