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/pc98/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/pc98/conf')
-rw-r--r-- | sys/pc98/conf/GENERIC | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 7766716..e137297 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -59,7 +59,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 KBD_INSTALL_CDEV # install a CDEV entry in /dev options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) |