arch/alpha/kernel/semaphore.c
deleted100644 → 0
+0
−224
+1
−1
arch/arm/kernel/semaphore.c
deleted100644 → 0
+0
−221
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>