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-04-17 10:42:34 -04:00
2007-10-24 14:09:25 +02:00
2007-12-24 20:03:51 +08:00
2007-06-29 16:35:17 +08:00
2007-10-16 09:42:49 -07:00
2008-02-13 13:29:25 -08:00