summaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig_i386
diff options
context:
space:
mode:
authorBenjamin LaHaise2005-09-04 00:56:52 +0200
committerLinus Torvalds2005-09-05 09:06:14 +0200
commit52fdd08903a1d1162e184114837e232640191627 (patch)
tree9469f521b7ba12ac48337155bc5a65049d361229 /arch/um/Kconfig_i386
parent[PATCH] i386 boottime for_each_cpu broken (diff)
downloadkernel-qcow2-linux-52fdd08903a1d1162e184114837e232640191627.tar.gz
kernel-qcow2-linux-52fdd08903a1d1162e184114837e232640191627.tar.xz
kernel-qcow2-linux-52fdd08903a1d1162e184114837e232640191627.zip
[PATCH] unify x86/x86-64 semaphore code
This patch moves the common code in x86 and x86-64's semaphore.c into a single file in lib/semaphore-sleepers.c. The arch specific asm stubs are left in the arch tree (in semaphore.c for i386 and in the asm for x86-64). There should be no changes in code/functionality with this patch. Signed-off-by: Benjamin LaHaise <benjamin.c.lahaise@intel.com> Cc: Andi Kleen <ak@muc.de> Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/Kconfig_i386')
-rw-r--r--arch/um/Kconfig_i3864
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/um/Kconfig_i386 b/arch/um/Kconfig_i386
index 27c18a8d9d17..8ad156a00499 100644
--- a/arch/um/Kconfig_i386
+++ b/arch/um/Kconfig_i386
@@ -6,6 +6,10 @@ config 64BIT
bool
default n
+config SEMAPHORE_SLEEPERS
+ bool
+ default y
+
config TOP_ADDR
hex
default 0xc0000000 if !HOST_2G_2G