diff options
author | davidxu <davidxu@FreeBSD.org> | 2010-09-24 09:04:16 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2010-09-24 09:04:16 +0000 |
commit | b9eeaa21c2c08a8a5837ece770038dd9704067f3 (patch) | |
tree | 397d7c5d18324a33904b07ad8a4b454a3aeb138f /sys/powerpc/conf | |
parent | 0bc1967ac361bb3cd4aa82a92583d4f9ea180aaf (diff) | |
download | FreeBSD-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/powerpc/conf')
-rw-r--r-- | sys/powerpc/conf/GENERIC | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 891d9aa..2779bd0 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -60,7 +60,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 HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) options AUDIT # Security event auditing |