Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in the

other architectures, and does not give any problems.

Approved by:	grehan (mentor)
This commit is contained in:
Suleiman Souhlal 2004-11-02 09:06:48 +00:00
parent d39d4a6e64
commit 400a0a2395

View File

@ -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