about summary refs log tree commit diff
path: root/arch/mips64/atomic_arch.h
Commit message (Collapse)AuthorAgeFilesLines
* make mips64 a_sc_p atomic primitive's asm constraints work with clangRich Felker2016-03-111-1/+1
| | | | | | | apparently clang does not accept matching-register input and output constraints that differ in size (32-bit vs 64-bit). based on patch by Jaydeep Patil.
* add mips64 portRich Felker2016-03-061-0/+50
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies.