summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2010-09-24 09:04:16 +0000
committerdavidxu <davidxu@FreeBSD.org>2010-09-24 09:04:16 +0000
commitb9eeaa21c2c08a8a5837ece770038dd9704067f3 (patch)
tree397d7c5d18324a33904b07ad8a4b454a3aeb138f /sys/sparc64/conf
parent0bc1967ac361bb3cd4aa82a92583d4f9ea180aaf (diff)
downloadFreeBSD-src-b9eeaa21c2c08a8a5837ece770038dd9704067f3.zip
FreeBSD-src-b9eeaa21c2c08a8a5837ece770038dd9704067f3.tar.gz
Now userland POSIX semaphore is based on umtx. The kernel module
is only used to support binary compatible, if want to run old binary, you need to kldload the module.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 953ee70..6bbd4e1 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -56,7 +56,6 @@ options STACK # stack(9) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
-options P1003_1B_SEMAPHORES # POSIX-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
OpenPOWER on IntegriCloud