]> 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)
commitcf8686f98552e0307a03ba365cc56181b653996d
tree6c4576aa7c2c57dd0a13adbcc6384b0ef3893234
parent0d92d074b3025c939c2959b7169faf311e7bac9c
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