]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/powerpc: Add tests of unmuxed IPC calls
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 14 Oct 2015 09:48:04 +0000 (20:48 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 15 Oct 2015 09:32:03 +0000 (20:32 +1100)
commit60a0ef6264e14175775d7274f9e972e02e80d590
tree6683d3dc5f38bb19a7aaff3de21c2db3d82ac35f
parenta38ae2202f8a14c1376e425c2ffc9fb56ee25438
selftests/powerpc: Add tests of unmuxed IPC calls

This is just a simple test which confirms that the individual IPC
syscalls are all available.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/testing/selftests/powerpc/Makefile
tools/testing/selftests/powerpc/syscalls/.gitignore [new file with mode: 0644]
tools/testing/selftests/powerpc/syscalls/Makefile [new file with mode: 0644]
tools/testing/selftests/powerpc/syscalls/ipc.h [new file with mode: 0644]
tools/testing/selftests/powerpc/syscalls/ipc_unmuxed.c [new file with mode: 0644]