Implement the basic atomic primitives for the hexagon CPU.
authorLinas Vepstas <linasvepstas@gmail.com>
Tue, 11 Oct 2011 04:43:41 +0000 (08:43 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 11 Oct 2011 04:43:41 +0000 (08:43 +0400)
commit9136ee61b4623843629d50c4a0bf5d8d892a5eb9
tree331492b6e7bf5af6c0ea4be1799781a9fe1406d0
parent75c42d90ecf23027a4a87497ea0916cbae15f0d7
Implement the basic atomic primitives for the hexagon CPU.

* src/Makefile.am (nobase_private_HEADERS): Add hexagon.h.
* src/atomic_ops.h: Include hexagon.h file.
* src/atomic_ops/sysdeps/gcc/hexagon.h: New file.
src/Makefile.am
src/atomic_ops.h
src/atomic_ops/sysdeps/gcc/hexagon.h [new file with mode: 0644]