From: Ralf Baechle Date: Wed, 3 Oct 2007 13:29:19 +0000 (+0100) Subject: [MIPS] Terminally fix local_{dec,sub}_if_positive X-Git-Tag: v2.6.23~34^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea0f043fec38fadb0101fbf29563a5635f42e93;p=pandora-kernel.git [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 --- Reading git-diff-tree failed