Browse Source
These tests are confused, because -p does not change the guest page size, but the host page size. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com> Acked-by: Helge Deller <deller@gmx.de> Message-Id: <20240102015808.132373-25-richard.henderson@linaro.org>coverity
9 changed files with 0 additions and 45 deletions
@ -1,12 +0,0 @@ |
|||
# -*- Mode: makefile -*-
|
|||
#
|
|||
# PPC - included from tests/tcg/Makefile
|
|||
#
|
|||
|
|||
ifneq (,$(findstring 64,$(TARGET_NAME))) |
|||
# On PPC64 Linux can be configured with 4k (default) or 64k pages (currently broken)
|
|||
EXTRA_RUNS+=run-test-mmap-4096 #run-test-mmap-65536 |
|||
else |
|||
# On PPC32 Linux supports 4K/16K/64K/256K (but currently only 4k works)
|
|||
EXTRA_RUNS+=run-test-mmap-4096 #run-test-mmap-16384 run-test-mmap-65536 run-test-mmap-262144 |
|||
endif |
|||
@ -1,6 +0,0 @@ |
|||
# -*- Mode: makefile -*-
|
|||
#
|
|||
# sparc specific tweaks
|
|||
|
|||
# On Sparc64 Linux support 8k pages
|
|||
EXTRA_RUNS+=run-test-mmap-8192 |
|||
Loading…
Reference in new issue