]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
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>


No differences found