]> granicus.if.org Git - strace/commit
Move cacheflush parser to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 3 Dec 2014 20:50:08 +0000 (20:50 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 4 Dec 2014 02:23:34 +0000 (02:23 +0000)
commit95edb8bb71e19f8ac16ca6c76afce84946d45320
tree80318e69edab658bb988d0cc1392adf581456ba5
parente36c72cbed1bc61af96c97bed97aaf59ef577a82
Move cacheflush parser to a separate file

* cacheflush.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* system.c: Move inclusion of <asm/cachectl.h> to cacheflush.c.
[M68K, BFIN, SH]: Move to cacheflush.c.
Makefile.am
cacheflush.c [new file with mode: 0644]
system.c