summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/param.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2004-09-01 06:42:02 +0000
committerjulian <julian@FreeBSD.org>2004-09-01 06:42:02 +0000
commit8354ba9e3ae8db8ce805e66f768b37de9f172dce (patch)
tree93ac3864ee5c297785ca19470bbb03069c0240ae /sys/i386/include/param.h
parent80bf38e921816f690ba642ba76e42b17f5141d66 (diff)
downloadFreeBSD-src-8354ba9e3ae8db8ce805e66f768b37de9f172dce.zip
FreeBSD-src-8354ba9e3ae8db8ce805e66f768b37de9f172dce.tar.gz
Give the 4bsd scheduler the ability to wake up idle processors
when there is new work to be done. MFC after: 5 days
Diffstat (limited to 'sys/i386/include/param.h')
-rw-r--r--sys/i386/include/param.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h
index bb9c7a7..90541bf 100644
--- a/sys/i386/include/param.h
+++ b/sys/i386/include/param.h
@@ -98,9 +98,7 @@
#define PDRMASK (NBPDR-1)
/* PREEMPTION exposes scheduler bugs that need to be fixed. */
-#if 0
#define PREEMPTION
-#endif
#define IOPAGES 2 /* pages of i/o permission bitmap */
OpenPOWER on IntegriCloud