From 400a0a2395fd98e149799cf0eda9b14d1775d5e6 Mon Sep 17 00:00:00 2001 From: Suleiman Souhlal Date: Tue, 2 Nov 2004 09:06:48 +0000 Subject: [PATCH] Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in the other architectures, and does not give any problems. Approved by: grehan (mentor) --- sys/powerpc/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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