diff options
author | Christoph Hellwig <hch@lst.de> | 2019-06-13 03:08:50 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@kernel.org> | 2019-06-23 19:16:46 -0400 |
commit | 1d52dca117434eca9c6efc9c22d24e7a341ad903 (patch) | |
tree | 249aea82255fa6e87ef98602cc79255ce6dfe853 /arch/sh/include | |
parent | 02da283302f7e723a6cef3ea296fbb2313dde992 (diff) |
binfmt_flat: remove flat_old_ram_flag
Instead add a Kconfig variable that only h8300 selects.
Signed-off-by: Christoph Hellwig <hch@lst.de>
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 0d520b4cc5ea..015678d7b771 100644 --- a/arch/sh/include/asm/flat.h +++ b/arch/sh/include/asm/flat.h | |||
@@ -12,7 +12,6 @@ | |||
12 | #include <asm/unaligned.h> | 12 | #include <asm/unaligned.h> |
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) | ||
16 | static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, | 15 | static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, |
17 | u32 *addr, u32 *persistent) | 16 | u32 *addr, u32 *persistent) |
18 | { | 17 | { |