selftests/powerpc: Move shared headers into new include dir

There are some functions, especially register related, which can
be shared across multiple selftests/powerpc test directories.

This patch creates a new include directory to store those shared
files, so that the file layout becomes more neat.

Signed-off-by: Simon Guo <wei.guo.simon@gmail.com>
[mpe: Reworked to move the headers only]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Simon Guo
2016-09-30 10:32:51 +08:00
committed by Michael Ellerman
부모 efe71a67b5
커밋 15ec3997aa
19개의 변경된 파일37개의 추가작업 그리고 34개의 파일을 삭제

파일 보기

@@ -7,7 +7,7 @@
* 2 of the License, or (at your option) any later version.
*/
#include "../basic_asm.h"
#include "basic_asm.h"
/* long signal_self(pid_t pid, int sig); */
FUNC_START(signal_self)