OSDN Git Service

xtensa: move S32C1I self-test to a separate file
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 16 Nov 2016 23:02:29 +0000 (15:02 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Wed, 16 Nov 2016 23:08:28 +0000 (15:08 -0800)
commit3863c58cc742df9e5f9ef0bde7dc135fdc547c19
tree8ac44acbbfcaa5d313f746f1367a2bba98e0f8f2
parent03eae3aca94c1e598be3ff40af492e1ca299577b
xtensa: move S32C1I self-test to a separate file

The test is not called from any of the setup functions, so there's no
reason keeping it in the setup.c. Move it to s32c1i_selftest.c and drop
related #include directives.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/kernel/Makefile
arch/xtensa/kernel/s32c1i_selftest.c [new file with mode: 0644]
arch/xtensa/kernel/setup.c