aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2020-12-04 14:06:04 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2021-01-06 08:42:51 -0500
commite565d89e4aa07e3f20ac5e8757b1da24b5878e69 (patch)
treeb83aa39287aa4e45989262eff55a3f43102632dc
parentcompat_binfmt_elf: don't bother with undef of ELF_ARCH (diff)
downloadwireguard-linux-e565d89e4aa07e3f20ac5e8757b1da24b5878e69.tar.xz
wireguard-linux-e565d89e4aa07e3f20ac5e8757b1da24b5878e69.zip
get rid of COMPAT_ELF_EXEC_PAGESIZE
not defined by any architecture (and never had been) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r--fs/compat_binfmt_elf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c
index e40bdbdc094f..95e72d271b95 100644
--- a/fs/compat_binfmt_elf.c
+++ b/fs/compat_binfmt_elf.c
@@ -90,11 +90,6 @@
#define ELF_ET_DYN_BASE COMPAT_ELF_ET_DYN_BASE
#endif
-#ifdef COMPAT_ELF_EXEC_PAGESIZE
-#undef ELF_EXEC_PAGESIZE
-#define ELF_EXEC_PAGESIZE COMPAT_ELF_EXEC_PAGESIZE
-#endif
-
#ifdef COMPAT_ELF_PLAT_INIT
#undef ELF_PLAT_INIT
#define ELF_PLAT_INIT COMPAT_ELF_PLAT_INIT