Date: Thu, 14 Feb 2002 18:50:08 -0800 (PST) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_poll.c Message-ID: <200202150250.g1F2o8e79824@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2002/02/14 18:50:08 PST Modified files: sys/kern kern_poll.c Log: Make this compile after changes to kse structures. This escaped because DEVICE_POLLING is disabled in LINT being not compatible with SMP. In fact, it is only a runtime problem, so if we could recognize that we are building a LINT kernel we could as well disable the check for SMP being defined. Reported-by: Joe Clarke Revision Changes Path 1.5 +1 -1 src/sys/kern/kern_poll.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202150250.g1F2o8e79824>