VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Al Viro <viro@zeniv.linux.org.uk> 2020-12-04 14:03:08 -0500 committer: Al Viro <viro@zeniv.linux.org.uk> 2021-01-06 08:42:50 -0500 commit: 492ed38192fccb92022b7a6d3b2751a09a3494c6 parent: 41026c343540e33627e23c8a91ebb679a7c0f89c
Commit Summary:
compat_binfmt_elf: don't bother with undef of ELF_ARCH
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c
index a6321415aba0..e40bdbdc094f 100644
--- a/fs/compat_binfmt_elf.c
+++ b/fs/compat_binfmt_elf.c
@@ -62,7 +62,6 @@
  * differ from the native ones, or omitted when they match.
  */
 
-#undef	ELF_ARCH
 #undef	elf_check_arch
 #define	elf_check_arch	compat_elf_check_arch