summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-06-13 03:08:49 -0400
committerGreg Ungerer <gerg@kernel.org>2019-06-23 19:16:46 -0400
commit02da283302f7e723a6cef3ea296fbb2313dde992 (patch)
tree0b3d145699733651a60365373134659c74f15c15 /arch/m68k
parent2f3196d49b1e10f1d4bc64cce00dc95fde2b0ce1 (diff)
binfmt_flat: provide a default version of flat_get_relocate_addr
This way only the two architectures that do masking need to provide the helper. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/flat.h b/arch/m68k/include/asm/flat.h
index 955617bb937b..217fa89c8e34 100644
--- a/arch/m68k/include/asm/flat.h
+++ b/arch/m68k/include/asm/flat.h
@@ -28,7 +28,6 @@ static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel)
28 return put_user(addr, rp); 28 return put_user(addr, rp);
29#endif 29#endif
30} 30}
31#define flat_get_relocate_addr(rel) (rel)
32 31
33#define FLAT_PLAT_INIT(regs) \ 32#define FLAT_PLAT_INIT(regs) \
34 do { \ 33 do { \