mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-05-21 14:16:41 +00:00

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>
2 lines
29 B
C
2 lines
29 B
C
#include <linux/semaphore.h>
|