aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorSuleiman Souhlal <ssouhlal@FreeBSD.org>2004-11-02 09:06:48 +0000
committerSuleiman Souhlal <ssouhlal@FreeBSD.org>2004-11-02 09:06:48 +0000
commit400a0a2395fd98e149799cf0eda9b14d1775d5e6 (patch)
tree0e5511112bcd7136b0ee26772ea72ab5eef4d174 /sys/powerpc
parentd39d4a6e6412f88225d1b78c8a797ab82daac250 (diff)
downloadsrc-400a0a2395fd98e149799cf0eda9b14d1775d5e6.tar.gz
src-400a0a2395fd98e149799cf0eda9b14d1775d5e6.zip
Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in the
other architectures, and does not give any problems. Approved by: grehan (mentor)
Notes
Notes: svn path=/head/; revision=137118
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 ad889855455a..1a80f3937265 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