[kernel] r8965 - in dists/trunk/linux-2.6/debian/arch: . amd64 i386
Maximilian Attems
maks at alioth.debian.org
Mon Jun 11 07:53:17 UTC 2007
Author: maks
Date: Mon Jun 11 07:53:17 2007
New Revision: 8965
Log:
SEMAPHORE_SLEEPERS is an amd64 and i386 variable,
put it there.
Modified:
dists/trunk/linux-2.6/debian/arch/amd64/config
dists/trunk/linux-2.6/debian/arch/config
dists/trunk/linux-2.6/debian/arch/i386/config
Modified: dists/trunk/linux-2.6/debian/arch/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/amd64/config (original)
+++ dists/trunk/linux-2.6/debian/arch/amd64/config Mon Jun 11 07:53:17 2007
@@ -1,5 +1,6 @@
CONFIG_X86_64=y
CONFIG_64BIT=y
+CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_X86=y
CONFIG_ZONE_DMA32=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
Modified: dists/trunk/linux-2.6/debian/arch/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/config (original)
+++ dists/trunk/linux-2.6/debian/arch/config Mon Jun 11 07:53:17 2007
@@ -2,7 +2,6 @@
# Debian toplevel config
#
CONFIG_LOCKDEP_SUPPORT=y
-CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_MMU=y
CONFIG_DMI=y
CONFIG_GENERIC_BUG=y
Modified: dists/trunk/linux-2.6/debian/arch/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/i386/config (original)
+++ dists/trunk/linux-2.6/debian/arch/i386/config Mon Jun 11 07:53:17 2007
@@ -1,5 +1,6 @@
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
+CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_X86=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
More information about the Kernel-svn-changes
mailing list