summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2004-04-30 14:16:39 +0000
committermarius <marius@FreeBSD.org>2004-04-30 14:16:39 +0000
commit9d8662aa9242e2ed276c3d2538cfc9aa209cc861 (patch)
tree1072769e1e4dbe571578dd43d6680bacacf7c598 /sys/sparc64/conf
parent63813b846032ab50da98685ebfde1affcf0ac591 (diff)
downloadFreeBSD-src-9d8662aa9242e2ed276c3d2538cfc9aa209cc861.zip
FreeBSD-src-9d8662aa9242e2ed276c3d2538cfc9aa209cc861.tar.gz
Enable _KPOSIX_PRIORITY_SCHEDULING by default, it works fine on sparc64.
OK'ed by: tmm
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index e093550..eacb9a8 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -54,7 +54,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 _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
+options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options PFIL_HOOKS # pfil(9) framework
# Debugging for use in -current
OpenPOWER on IntegriCloud