summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorssouhlal <ssouhlal@FreeBSD.org>2004-11-02 09:06:48 +0000
committerssouhlal <ssouhlal@FreeBSD.org>2004-11-02 09:06:48 +0000
commit4b56362acc909da9be095c54bc682671a2de55fa (patch)
tree0e5511112bcd7136b0ee26772ea72ab5eef4d174 /sys/powerpc
parenta9860ec891d255363fab82ffc00c1be83f7d857c (diff)
downloadFreeBSD-src-4b56362acc909da9be095c54bc682671a2de55fa.zip
FreeBSD-src-4b56362acc909da9be095c54bc682671a2de55fa.tar.gz
Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in the
other architectures, and does not give any problems. Approved by: grehan (mentor)
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index ad88985..1a80f39 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -55,7 +55,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
# Debugging for use in -current
options KDB #Enable the kernel debugger
OpenPOWER on IntegriCloud