K 10 svn:author V 6 yuripv K 8 svn:date V 27 2019-10-18T10:28:08.356164Z K 7 svn:log V 344 linux: provide just one instance of futex_list Move futex_list definition to linux.c which is included once in linux.ko (i386) and in linux_common.ko (amd64 and aarch64) allowing 32/64 bit linux programs to access the same futexes in the latter case. PR: 240989 Reviewed by: dchagin Differential Revision: https://reviews.freebsd.org/D22073 END