]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: Remove unused PIC macros
authorPaul Burton <paul.burton@mips.com>
Mon, 15 Oct 2018 18:33:19 +0000 (18:33 +0000)
committerPaul Burton <paul.burton@mips.com>
Tue, 16 Oct 2018 06:11:12 +0000 (23:11 -0700)
commitfce362c7fc3f89687b4b0eecefd7de8baa91a679
treefb21337f6e5bb16d27cb8ae5bec63eec6925b712
parent7b2d13f2e24002c5113d30993c5297cb4fea1437
MIPS: Remove unused PIC macros

asm/asm.h contains CPRESTORE, CPADD & CPLOAD macros that are intended
for use with position independent code, but are not used anywhere in the
kernel - along with a comment to that effect. Remove the dead code.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/20903/
Cc: linux-mips@linux-mips.org
arch/mips/include/asm/asm.h