VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Arnd Bergmann <arnd@arndb.de> 2017-11-23 13:46:33 +0100 committer: Arnd Bergmann <arnd@arndb.de> 2019-11-15 14:38:29 +0100 commit: e2bb80d55d75ce7fd300fcd8d47a97413c3cd322 parent: 693737b6cc2edc258040b28462a90b63503394d9
Commit Summary:
y2038: elfcore: Use __kernel_old_timeval for process times
Diffstat:
1 file changed, 2 insertions, 2 deletions
diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c
index b7f9ffa1d5f1..aaad4ca1217e 100644
--- a/fs/compat_binfmt_elf.c
+++ b/fs/compat_binfmt_elf.c
@@ -48,8 +48,8 @@
 #define elf_prstatus	compat_elf_prstatus
 #define elf_prpsinfo	compat_elf_prpsinfo
 
-#undef ns_to_timeval
-#define ns_to_timeval ns_to_old_timeval32
+#undef ns_to_kernel_old_timeval
+#define ns_to_kernel_old_timeval ns_to_old_timeval32
 
 /*
  * To use this file, asm/elf.h must define compat_elf_check_arch.