commit | dafd3485bf67880e667b6e9a758b0b64fb688d63 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Tue Aug 13 15:37:18 2019 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Aug 14 10:11:05 2019 -0700 |
tree | eecb973eff79a87015c1ce8ed58db61d1f3053ed | |
parent | f38e27603d1161dea811c9640c7ae364c3005218 [diff] |
xtensa: mask interrupts earlier When coming out of an exception, we need to mask interrupts to avoid races when decrementing the nested count. Move the instruction that does this earlier. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>