Matthew Wilcox 64ac24e738 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 <willy@linux.intel.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
2008-04-17 10:42:34 -04:00
..
2008-01-28 23:14:37 +01:00
2008-04-17 10:42:34 -04:00
2008-02-03 15:54:28 +02:00
2007-10-27 22:18:11 -07:00
2005-07-07 18:23:42 -07:00
2008-02-09 10:46:40 +01:00