summaryrefslogtreecommitdiff
path: root/sys/amd64/include/param.h
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/amd64/include/param.h
parent44af2aa0015b79f53bba489941965e393b44451d (diff)
Notes
Diffstat (limited to 'sys/amd64/include/param.h')
-rw-r--r--sys/amd64/include/param.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h
index aa8c29e95c1c..5216c55a28dc 100644
--- a/sys/amd64/include/param.h
+++ b/sys/amd64/include/param.h
@@ -119,11 +119,6 @@
#define NBPML4 (1ul<<PML4SHIFT)/* bytes/page map lev4 table */
#define PML4MASK (NBPML4-1)
-/* PREEMPTION exposes scheduler bugs that need to be fixed. */
-#if 0
-#define PREEMPTION
-#endif
-
#define IOPAGES 2 /* pages of i/o permission bitmap */
#ifndef KSTACK_PAGES