[MIPS] Terminally fix local_{dec,sub}_if_positive
authorRalf Baechle <ralf@linux-mips.org>
Wed, 3 Oct 2007 13:29:19 +0000 (14:29 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 3 Oct 2007 13:30:52 +0000 (14:30 +0100)
commit9ea0f043fec38fadb0101fbf29563a5635f42e93
treec64ab5faadda7030b2aaf8f63eeb6be9dbd4b672
parentfef74705ea310acd716c2722bfeb0f796cf23640
[MIPS] Terminally fix local_{dec,sub}_if_positive

They contain 64-bit instructions so wouldn't work on 32-bit kernels or
32-bit hardware.  Since there are no users, blow them away.  They
probably were only ever created because there are atomic_sub_if_positive
and atomic_dec_if_positive which exist only for sake of semaphores.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/local.h