Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nios2: Switch to generic __xchg() | Marek Vasut | 2015-11-09 | 1 | -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 files | Ley Foon Tan | 2014-12-08 | 1 | -0/+61 |
This patch introduces a few nios2-specific header files. Signed-off-by: Ley Foon Tan <lftan@altera.com> |