64ac24e738
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>
7 lines
199 B
Makefile
7 lines
199 B
Makefile
#
|
|
# Makefile for m68knommu specific library files..
|
|
#
|
|
|
|
lib-y := ashldi3.o ashrdi3.o lshrdi3.o \
|
|
muldi3.o mulsi3.o divsi3.o udivsi3.o modsi3.o umodsi3.o \
|
|
checksum.o memcpy.o memset.o delay.o
|