From a836fc005bcfd600f1bc7d1c6ebc4f9bd0d2bb4d Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Fri, 30 Apr 2004 14:16:39 +0000 Subject: [PATCH] Enable _KPOSIX_PRIORITY_SCHEDULING by default, it works fine on sparc64. OK'ed by: tmm --- sys/sparc64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index e0935505e11a..eacb9a884334 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