mips: move sysmips parser to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 3 Dec 2014 20:08:44 +0000 (20:08 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 3 Dec 2014 21:20:47 +0000 (21:20 +0000)
commit600e33cd4521ad950472ed63290cbc034e515959
tree70020c80ebe1ddcc640e111bb83fd3a43f91497d
parentf6eb0d6b27ccf218fbda16ceec797818ac2319fc
mips: move sysmips parser to a separate file

* sysmips.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* system.c: Fix typo in the check for <linux/utsname.h>.
Move inclusions of <linux/utsname.h> and <asm/sysmips.h> to sysmips.c.
[MIPS]: Likewise.
Makefile.am
sysmips.c [new file with mode: 0644]
system.c