commit | 4b24e88fa45cdba52b61a7ee1239ed817b42d55f | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Thu Jan 17 08:53:25 2019 -0600 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jan 23 21:38:09 2019 +0100 |
tree | f5a7c0cf616eb250360e18cc955df027ecf9f005 | |
parent | b4ece0ad44b42cbf38ad10dd5e4f15e4bcc68366 [diff] |
drivers: timer: nrf: use irq_lock instead of spinlock spinlock gains us nothing on an architecture that doesn't support SMP. Use the standard irq_lock() API so when we search for conditions that may decrease ISR responsiveness we can find them. Signed-off-by: Peter A. Bigot <pab@pabigot.com>