From f82c7997354f95e680341bb8e10136ded5fd15eb Mon Sep 17 00:00:00 2001 From: jb Date: Thu, 26 Oct 2006 21:42:22 +0000 Subject: Make KSE a kernel option, turned on by default in all GENERIC kernel configs except sun4v (which doesn't process signals properly with KSE). Reviewed by: davidxu@ --- sys/sparc64/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/sparc64/conf') diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 20c6943..a4c8a62 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -58,6 +58,7 @@ options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options ADAPTIVE_GIANT # Giant mutex is adaptive. +options KSE # KSE support # Debugging for use in -current options KDB # Enable kernel debugger support. -- cgit v1.1