svn commit: r213180 - in head/sys: powerpc/conf sun4v/conf

David Xu davidxu at FreeBSD.org
Sun Sep 26 01:41:53 UTC 2010


Author: davidxu
Date: Sun Sep 26 01:41:53 2010
New Revision: 213180
URL: http://svn.freebsd.org/changeset/base/213180

Log:
  Follow r213098, kernel POSIX semaphore module is no longer
  needed.

Modified:
  head/sys/powerpc/conf/GENERIC64
  head/sys/sun4v/conf/GENERIC

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Sat Sep 25 21:55:40 2010	(r213179)
+++ head/sys/powerpc/conf/GENERIC64	Sun Sep 26 01:41:53 2010	(r213180)
@@ -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 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
 options 	AUDIT			# Security event auditing

Modified: head/sys/sun4v/conf/GENERIC
==============================================================================
--- head/sys/sun4v/conf/GENERIC	Sat Sep 25 21:55:40 2010	(r213179)
+++ head/sys/sun4v/conf/GENERIC	Sun Sep 26 01:41:53 2010	(r213180)
@@ -57,7 +57,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 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
 					# output.  Adds ~128k to driver.


More information about the svn-src-head mailing list