]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: Delete unused code in linux32.c
authorPaul Burton <paul.burton@mips.com>
Wed, 1 Aug 2018 20:15:18 +0000 (13:15 -0700)
committerPaul Burton <paul.burton@mips.com>
Wed, 1 Aug 2018 20:20:27 +0000 (13:20 -0700)
commit48ae93fdd133849cf8e0a46a525cb09229933c8b
tree2406783e98eb0f76b96f239ac26803ecd81aeb7b
parent3a1c0fc5927f001d2c70998c08cad42ee5f64849
MIPS: Delete unused code in linux32.c

The A() & AA() macros have been unused since commit 05e4396651ca
("[MIPS] Use SYSVIPC_COMPAT to fix various problems on N32"), which
switched to the more standard compat_ptr().

RLIM_INFINITY32, RESOURCE32() & struct rlimit32 have been present but
unused since the beginning of the git era.

Remove the dead code.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/20108/
Cc: James Hogan <jhogan@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
arch/mips/kernel/linux32.c