Skip to content

Commit

Permalink
selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
kvaneesh authored and mpe committed Sep 24, 2019
1 parent 047e657 commit 93cad5f
Show file tree
Hide file tree
Showing 2 changed files with 736 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/testing/selftests/powerpc/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ noarg:

TEST_GEN_PROGS := hugetlb_vs_thp_test subpage_prot prot_sao segv_errors wild_bctr \
large_vm_fork_separation
TEST_GEN_PROGS_EXTENDED := tlbie_test
TEST_GEN_FILES := tempfile

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

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

0 comments on commit 93cad5f

Please sign in to comment.