summaryrefslogtreecommitdiff
path: root/arch/mips64/atomic_arch.h
AgeCommit message (Collapse)AuthorLines
2016-03-11make mips64 a_sc_p atomic primitive's asm constraints work with clangRich Felker-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.
2016-03-06add mips64 portRich Felker-0/+50
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies.