aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/cache_shape/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-03-20selftests/powerpc: Add cache_shape sniff testMichael Ellerman1-0/+10
This is a very basic test of the new cache shape AUXV entries. All it does at the moment is look for the entries and error out if we don't find all the ones we expect. Primarily intended for folks bringing up a new chip to check that the cache info is making it all the way to userspace correctly. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>