summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-06-13 03:08:48 -0400
committerGreg Ungerer <gerg@kernel.org>2019-06-23 19:16:46 -0400
commit2f3196d49b1e10f1d4bc64cce00dc95fde2b0ce1 (patch)
treef802c4ac374faf1154f1b672df23095d36000bbc /arch/m68k
parent9ee24b2a38358acbe004640776520a093ac34642 (diff)
binfmt_flat: remove flat_set_persistent
This helper is a no-op on all architectures, remove it. Signed-off-by: Christoph Hellwig <hch@lst.de> Tested-by: Vladimir Murzin <vladimir.murzin@arm.com> Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/flat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68k/include/asm/flat.h b/arch/m68k/include/asm/flat.h
index a631caf5e18f..955617bb937b 100644
--- a/arch/m68k/include/asm/flat.h
+++ b/arch/m68k/include/asm/flat.h
@@ -30,11 +30,6 @@ static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel)
30} 30}
31#define flat_get_relocate_addr(rel) (rel) 31#define flat_get_relocate_addr(rel) (rel)
32 32
33static inline int flat_set_persistent(u32 relval, u32 *persistent)
34{
35 return 0;
36}
37
38#define FLAT_PLAT_INIT(regs) \ 33#define FLAT_PLAT_INIT(regs) \
39 do { \ 34 do { \
40 if (current->mm) \ 35 if (current->mm) \