From d9af98161a593a71f96724acd29231e7fff3cfe2 Mon Sep 17 00:00:00 2001 From: scottl Date: Thu, 2 Sep 2004 18:59:15 +0000 Subject: Turn PREEMPTION into a kernel option. Make sure that it's defined if FULL_PREEMPTION is defined. Add a runtime warning to ULE if PREEMPTION is enabled (code inspired by the PREEMPTION warning in kern_switch.c). This is a possible MT5 candidate. --- sys/alpha/include/param.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/alpha') diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index 6e36e70..1a9c9af 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -113,11 +113,6 @@ #define SSIZE 1 /* initial stack size/NBPG */ #define SINCR 1 /* increment of stack/NBPG */ -/* PREEMPTION exposes scheduler bugs that need to be fixed. */ -#if 0 -#define PREEMPTION -#endif - #ifndef KSTACK_PAGES #define KSTACK_PAGES 2 /* pages of kstack (with pcb) */ #endif -- cgit v1.1