From 7afff3e55e9b296722d109b0f12ce2ac9e0c7547 Mon Sep 17 00:00:00 2001 From: davidxu Date: Sun, 26 Sep 2010 01:41:53 +0000 Subject: [PATCH] Follow r213098, kernel POSIX semaphore module is no longer needed. --- sys/powerpc/conf/GENERIC64 | 1 - sys/sun4v/conf/GENERIC | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64 index 88963d98d9be..5dc66eb94b9d 100644 --- a/sys/powerpc/conf/GENERIC64 +++ b/sys/powerpc/conf/GENERIC64 @@ -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 diff --git a/sys/sun4v/conf/GENERIC b/sys/sun4v/conf/GENERIC index f7a4e7774287..74fc03668380 100644 --- a/sys/sun4v/conf/GENERIC +++ b/sys/sun4v/conf/GENERIC @@ -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.