semaphore: Remove mutex emulation
authorThomas Gleixner <tglx@linutronix.de>
Tue, 7 Sep 2010 14:34:01 +0000 (14:34 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 30 Oct 2010 10:12:50 +0000 (12:12 +0200)
commit4882720b267b7b1d1b0ce08334b205f0329d4615
treedd54880f84b7b7fb2bbdb529ffada434aca1e4d9
parent45f4d0243525b6bc747c946937ced437b135a84d
semaphore: Remove mutex emulation

Semaphores used as mutexes have been deprecated for years. Now that
all users are either converted to real semaphores or to mutexes remove
the cruft.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Christoph Hellwig <hch@infradead.org>
LKML-Reference: <20100907125057.562399240@linutronix.de>
include/linux/semaphore.h
scripts/checkpatch.pl