Masayuki Ishikawa 6150299f54 Merged in masayuki2009/nuttx.nuttx/irq_spinlock (pull request #550)
SMP: Introduce spin_lock_irqsave() and spin_unlock_irqrestore()

These APIs are simplified version of enter_critical_section() and
leave_critical_section() to protect data (e.g. registers) in SMP mode.
By using these APIs inside drivers, performace will be improved.

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-12-07 19:39:04 +00:00
..
2017-09-19 14:17:05 -06:00
2014-12-09 13:27:22 -06:00
2013-07-07 17:35:35 -06:00
2017-07-23 07:17:56 -06:00
2017-04-08 12:34:08 -06:00
2016-12-10 16:34:14 -06:00
2017-02-16 14:42:27 -06:00