]> Zhao Yanbai Git Server - minix.git/commit
kernel: move do_padconf and add a test case 96/796/1
authorThomas Cort <tcort@minix3.org>
Thu, 29 Aug 2013 12:56:27 +0000 (08:56 -0400)
committerThomas Cort <tcort@minix3.org>
Thu, 29 Aug 2013 13:23:10 +0000 (09:23 -0400)
commit9f4b8dc11b1eea55c8b8df5fb99e9ece84a452e3
tree1e54991919d3019cbf6242064dee2e58a801def8
parent4593804bf0e5d8725479802680d3cd582c88d0c6
kernel: move do_padconf and add a test case

padconf is specific to arm, so it's being moved to kernel/arch/earm.

Add a test case to ensure the proper error is returned on non-ARM
systems.

Change-Id: I07ebbe64825d59bc0ef9c818d3d54891dafb4419
kernel/arch/earm/Makefile.inc
kernel/arch/earm/do_padconf.c [moved from kernel/system/do_padconf.c with 100% similarity]
kernel/system/Makefile.inc
test/kernel/run
test/kernel/sys_padconf/Makefile [new file with mode: 0644]
test/kernel/sys_padconf/padconftest.c [new file with mode: 0644]
test/kernel/sys_padconf/run [new file with mode: 0755]
test/kernel/sys_padconf/system.conf [new file with mode: 0644]