commit | 35efb1563770cf48adb943072209e51d9252c8cb | [log] [tgz] |
---|---|---|
author | Volodymyr Babchuk <volodymyr_babchuk@epam.com> | Thu Nov 19 22:48:46 2020 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Dec 17 08:08:00 2020 -0500 |
tree | f711bb7c9ab681fa33d940e2fb42e8664b1b801e | |
parent | 0d0f168460fee420b44055901987eee87592f4ca [diff] |
arch: arm: timer: mask interrupt in ISR As timer interrupt is level triggered, we need to mask it before leaving ISR or it will be delivered again. Also, Xen automatically masks timer interrupt when it injects IRQ to a guest, so we need to unmask it again, when setting new timeout. Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>