Date: Wed, 21 Feb 2001 14:51:00 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c src/sys/alpha/alpha interrupt.c Message-ID: <200102212251.f1LMp0k43785@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/02/21 14:51:00 PST Modified files: sys/kern kern_intr.c sys/alpha/alpha interrupt.c Log: Remove attempt to add in PREEMPTION #ifdef test in MI code that didn't work because opt_preemption.h wasn't #include'd. Instead, make use of the do_switch parameter to ithread_schedule() and do the check in the alpha interrupt code. Revision Changes Path 1.42 +1 -3 src/sys/kern/kern_intr.c 1.43 +5 -1 src/sys/alpha/alpha/interrupt.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?200102212251.f1LMp0k43785>