summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/Makefile
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2008-03-08 03:55:58 +0100
committerMatthew Wilcox <willy@linux.intel.com>2008-04-17 16:42:34 +0200
commit64ac24e738823161693bf791f87adc802cf529ff (patch)
tree19c0b0cf314d4394ca580c05b86cdf874ce0a167 /arch/h8300/kernel/Makefile
parentAdd semaphore.h to kernel_lock.c (diff)
downloadlinux-64ac24e738823161693bf791f87adc802cf529ff.tar.xz
linux-64ac24e738823161693bf791f87adc802cf529ff.zip
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>
Diffstat (limited to 'arch/h8300/kernel/Makefile')
-rw-r--r--arch/h8300/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/kernel/Makefile b/arch/h8300/kernel/Makefile
index 874f6aefee65..6c248c3c5c3b 100644
--- a/arch/h8300/kernel/Makefile
+++ b/arch/h8300/kernel/Makefile
@@ -5,7 +5,7 @@
extra-y := vmlinux.lds
obj-y := process.o traps.o ptrace.o irq.o \
- sys_h8300.o time.o semaphore.o signal.o \
+ sys_h8300.o time.o signal.o \
setup.o gpio.o init_task.o syscalls.o \
entry.o