]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: vm: Build/Run 64bit tests only on 64bit arch
authorMasami Hiramatsu <mhiramat@kernel.org>
Wed, 23 Oct 2019 04:57:49 +0000 (13:57 +0900)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 7 Nov 2019 21:53:29 +0000 (14:53 -0700)
commit1f3facd29f6b7472b34efaef895cd5b906044465
tree6c4576aa7c2c57dd0a13adbcc6384b0ef3893234
parent2f7361945f9deaa4926e36206d0b77dbfa977348
selftests: vm: Build/Run 64bit tests only on 64bit arch

Some virtual address range tests requires 64bit address space,
and we can not build and run those tests on the 32bit machine.

Filter the 64bit architectures in Makefile and run_vmtests,
so that those tests are built/run only on 64bit archs.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/vm/Makefile
tools/testing/selftests/vm/run_vmtests