diff options
author | Christoph Hellwig <hch@lst.de> | 2019-06-13 03:08:47 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@kernel.org> | 2019-06-23 19:16:46 -0400 |
commit | 9ee24b2a38358acbe004640776520a093ac34642 (patch) | |
tree | d0b7b8e313fc6ce1d26fcd5554c9f5ce607fa577 /arch/sh/include | |
parent | 4b972a01a7da614b4796475f933094751a295a2f (diff) |
binfmt_flat: remove flat_reloc_valid
This helper is the same for all architectures, open code it in the only
caller.
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/sh/include')
-rw-r--r-- | arch/sh/include/asm/flat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/flat.h b/arch/sh/include/asm/flat.h index 843d458b8329..8f2929b32f2e 100644 --- a/arch/sh/include/asm/flat.h +++ b/arch/sh/include/asm/flat.h | |||
@@ -13,7 +13,6 @@ | |||
13 | 13 | ||
14 | #define flat_argvp_envp_on_stack() 0 | 14 | #define flat_argvp_envp_on_stack() 0 |
15 | #define flat_old_ram_flag(flags) (flags) | 15 | #define flat_old_ram_flag(flags) (flags) |
16 | #define flat_reloc_valid(reloc, size) ((reloc) <= (size)) | ||
17 | static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, | 16 | static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, |
18 | u32 *addr, u32 *persistent) | 17 | u32 *addr, u32 *persistent) |
19 | { | 18 | { |