From: Marek Vasut Date: Tue, 9 Feb 2016 18:30:22 +0000 (+0100) Subject: Support for NIOS2 architecture X-Git-Tag: v0.10.0~54 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=859050b3088aa3f0cb59d7f51ce24b9a0f18faa5;hp=859050b3088aa3f0cb59d7f51ce24b9a0f18faa5;p=urcu.git Support for NIOS2 architecture Add support for the Altera NIOS2 CPU archirecture. The atomic operations are handled by the GCC. The memory barriers on this systems are entirely trivial too, since the CPU does not support SMP at all. Signed-off-by: Marek Vasut Signed-off-by: Mathieu Desnoyers ---