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> 2018-07-13 12:52:28 +0200 committer: Arnd Bergmann <arnd@arndb.de> 2018-08-27 14:48:48 +0200 commit: 9afc5eee65ca7d717a99d6fe8f4adfe32a40940a parent: 33e26418193f58d1895f2f968e1953b1caf8deb7
Commit Summary:
y2038: globally rename compat_time to old_time32
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c
index 504b3c3539dc..15f6e96b3bd9 100644
--- a/fs/compat_binfmt_elf.c
+++ b/fs/compat_binfmt_elf.c
@@ -52,7 +52,7 @@
 #define elf_prpsinfo	compat_elf_prpsinfo
 
 #undef ns_to_timeval
-#define ns_to_timeval ns_to_compat_timeval
+#define ns_to_timeval ns_to_old_timeval32
 
 /*
  * To use this file, asm/elf.h must define compat_elf_check_arch.