From owner-cvs-all Wed Feb 21 14:51: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 062D837B491; Wed, 21 Feb 2001 14:51:01 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1LMp0k43785; Wed, 21 Feb 2001 14:51:00 -0800 (PST) (envelope-from jhb) Message-Id: <200102212251.f1LMp0k43785@freefall.freebsd.org> From: John Baldwin Date: Wed, 21 Feb 2001 14:51:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c src/sys/alpha/alpha interrupt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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