commit | 9ea0f043fec38fadb0101fbf29563a5635f42e93 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Oct 03 14:29:19 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Oct 03 14:30:52 2007 +0100 |
tree | c64ab5faadda7030b2aaf8f63eeb6be9dbd4b672 | |
parent | fef74705ea310acd716c2722bfeb0f796cf23640 [diff] |
[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>