aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-10-13 16:29:17 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-10-13 16:29:17 +0000
commit4275e0d98d4976b415e1054cd936e15af18bc7d1 (patch)
tree85914d1e48ee492142c93276d3d4850503c2c07a /sys/alpha
parent7b2c73b73d6e5984872cbb9613eb7cc08b0a4a4a (diff)
Notes
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index a6ce9f26bbd4..75e8ad758c43 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -68,8 +68,7 @@ options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-options P1003_1B #Posix P1003_1B real-time extentions
-options _KPOSIX_PRIORITY_SCHEDULING
+options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
# Debugging for use in -current
options DDB #Enable the kernel debugger