From: Matthew Wilcox Date: Sat, 8 Mar 2008 02:55:58 +0000 (-0500) Subject: Generic semaphore implementation X-Git-Tag: v2.6.26-rc1~1155^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64ac24e738823161693bf791f87adc802cf529ff;p=pandora-kernel.git Generic semaphore implementation Semaphores are no longer performance-critical, so a generic C implementation is better for maintainability, debuggability and extensibility. Thanks to Peter Zijlstra for fixing the lockdep warning. Thanks to Harvey Harrison for pointing out that the unlikely() was unnecessary. Signed-off-by: Matthew Wilcox Acked-by: Ingo Molnar --- Reading git-diff-tree failed