713e9b802e
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>
15 lines
357 B
C
15 lines
357 B
C
/*
|
|
* Copyright (C) 2004 Microtronix Datacom Ltd.
|
|
*
|
|
* This file is subject to the terms and conditions of the GNU General Public
|
|
* License. See the file "COPYING" in the main directory of this archive
|
|
* for more details.
|
|
*/
|
|
|
|
#ifndef _ASM_NIOS2_CMPXCHG_H
|
|
#define _ASM_NIOS2_CMPXCHG_H
|
|
|
|
#include <asm-generic/cmpxchg.h>
|
|
|
|
#endif /* _ASM_NIOS2_CMPXCHG_H */
|