diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2005-02-25 22:07:51 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2005-02-25 22:07:51 +0000 |
| commit | 183a16a3ec0df97fd564dbfeeae630ade12c9dd7 (patch) | |
| tree | 72f6b1603f5419f41cd411096e0c10ce7b05c043 /sys/kern/kern_poll.c | |
| parent | ac8671f18f82c03cae6ee05ae3e87fd43ed020ed (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_poll.c')
| -rw-r--r-- | sys/kern/kern_poll.c | 6 |
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); |
