aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-09-02 18:59:15 +0000
committerScott Long <scottl@FreeBSD.org>2004-09-02 18:59:15 +0000
commit9923b511ed09f7e9aff331c1de463c09bf9af55e (patch)
tree43dc4fd34e2a35dcd08857f52e9ae89c2dda740f /sys/alpha/include
parent44af2aa0015b79f53bba489941965e393b44451d (diff)
Notes
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/param.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index 6e36e70db9ab..1a9c9af545a5 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