]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove attempt to add in PREEMPTION #ifdef test in MI code that didn't
authorjhb <jhb@FreeBSD.org>
Wed, 21 Feb 2001 22:51:00 +0000 (22:51 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 21 Feb 2001 22:51:00 +0000 (22:51 +0000)
commit4f27bdda0e23877d64a9c744b93b59a9c7d9c002
treeba51a47c481ed4dc5e3b55bd8608eedd9cb6c55f
parent551dbec6e653d003c91db090deaa0b5ea2905ae4
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.
sys/alpha/alpha/interrupt.c
sys/kern/kern_intr.c