summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/asm/cmpxchg.h
Commit message (Collapse)AuthorAgeFilesLines
* nios2: Switch to generic __xchg()Marek Vasut2015-11-091-47/+0
| | | | | | | | | The generic __xchg() implementation present in asm-generic/cmpxchg.h is correct on nios2 and even generates the same code. Switch to this generic implementation to trim down the amount of ad-hoc copies of the code. Signed-off-by: Marek Vasut <marex@denx.de> Acked-by: Ley Foon Tan <lftan@altera.com>
* nios2: Miscellaneous header filesLey Foon Tan2014-12-081-0/+61
This patch introduces a few nios2-specific header files. Signed-off-by: Ley Foon Tan <lftan@altera.com>