diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2020-02-28 01:00:09 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-03-17 13:40:37 +0100 |
commit | 47bf235f324c696395c30541fe4fcf99fcd24188 (patch) | |
tree | dc093d6533000aae3c10ba6d04f00bc9ad6bfcda /tools/testing | |
parent | powerpc/pmac/smp: Drop unnecessary volatile qualifier (diff) | |
download | linux-47bf235f324c696395c30541fe4fcf99fcd24188.tar.xz linux-47bf235f324c696395c30541fe4fcf99fcd24188.zip |
selftests/powerpc: Add tlbie_test in .gitignore
The commit identified below added tlbie_test but forgot to add it in
.gitignore.
Fixes: 93cad5f78995 ("selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue")
Cc: stable@vger.kernel.org # v5.4+
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/259f9c06ed4563c4fa4fa8ffa652347278d769e7.1582847784.git.christophe.leroy@c-s.fr
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/powerpc/mm/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/mm/.gitignore b/tools/testing/selftests/powerpc/mm/.gitignore index 0ebeaea22641..97f7922c52c5 100644 --- a/tools/testing/selftests/powerpc/mm/.gitignore +++ b/tools/testing/selftests/powerpc/mm/.gitignore @@ -6,3 +6,4 @@ segv_errors wild_bctr large_vm_fork_separation bad_accesses +tlbie_test |