commit | 046f93627c37d48d3b4e335d89a8134491643267 | [log] [tgz] |
---|---|---|
author | Bradley Bolen <bbolen@lexmark.com> | Tue May 18 15:58:01 2021 -0400 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Aug 17 06:06:33 2021 -0400 |
tree | 38ffc8e42c2b280a17e7734e24527ad64ab618d7 | |
parent | 1e153b5091c1f173d238f7da06bd0094fbde9820 [diff] |
arch: arm: cortex_r: Support nested exception detection Cortex-A/R does not have hardware supported nested interrupts, but it is easily emulatable using the nesting level stored in the kernel structure. Signed-off-by: Bradley Bolen <bbolen@lexmark.com>