summaryrefslogtreecommitdiffstats
path: root/arch/c6x
diff options
context:
space:
mode:
authorChristoph Hellwig2019-06-13 09:08:49 +0200
committerGreg Ungerer2019-06-24 01:16:46 +0200
commit02da283302f7e723a6cef3ea296fbb2313dde992 (patch)
tree0b3d145699733651a60365373134659c74f15c15 /arch/c6x
parentbinfmt_flat: remove flat_set_persistent (diff)
downloadkernel-qcow2-linux-02da283302f7e723a6cef3ea296fbb2313dde992.tar.gz
kernel-qcow2-linux-02da283302f7e723a6cef3ea296fbb2313dde992.tar.xz
kernel-qcow2-linux-02da283302f7e723a6cef3ea296fbb2313dde992.zip
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/c6x')
-rw-r--r--arch/c6x/include/asm/flat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/c6x/include/asm/flat.h b/arch/c6x/include/asm/flat.h
index ac87368efad1..c4d703b454c6 100644
--- a/arch/c6x/include/asm/flat.h
+++ b/arch/c6x/include/asm/flat.h
@@ -17,6 +17,5 @@ static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel)
put_unaligned(addr, (__force u32 *)rp);
return 0;
}
-#define flat_get_relocate_addr(rel) (rel)
#endif /* __ASM_C6X_FLAT_H */