K 10 svn:author V 5 trasz K 8 svn:date V 27 2020-08-23T21:46:48.404743Z K 7 svn:log V 289 MFC r353724 by yuripv: 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 END