From: Benjamin LaHaise Date: Sat, 3 Sep 2005 22:56:52 +0000 (-0700) Subject: [PATCH] unify x86/x86-64 semaphore code X-Git-Tag: v2.6.14-rc1~842 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52fdd08903a1d1162e184114837e232640191627;p=pandora-kernel.git [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 Cc: Andi Kleen Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed