Skip to content

Commit 93cad5f

Browse files
kvaneeshmpe
authored andcommitted
selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue
Signed-off-by: Aneesh Kumar K.V <[email protected]> [mpe: Some minor fixes to make it build] Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 047e657 commit 93cad5f

File tree

2 files changed

+736
-0
lines changed

2 files changed

+736
-0
lines changed

tools/testing/selftests/powerpc/mm/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ noarg:
44

55
TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao segv_errors wild_bctr \
66
large_vm_fork_separation
7+
TEST_GEN_PROGS_EXTENDED := tlbie_test
78
TEST_GEN_FILES := tempfile
89

910
top_srcdir = ../../../../..
@@ -19,3 +20,4 @@ $(OUTPUT)/large_vm_fork_separation: CFLAGS += -m64
1920
$(OUTPUT)/tempfile:
2021
dd if=/dev/zero of=$@ bs=64k count=1
2122

23+
$(OUTPUT)/tlbie_test: LDLIBS += -lpthread

0 commit comments

Comments
 (0)