commit | 90fcef425429f3203e51bdb2a8f5c0aa66c54e8f | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Fri Mar 11 20:39:47 2022 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Mar 14 22:03:05 2022 -0400 |
tree | 76994bb4197b6476c91c75679f2c0d9106c9e2c8 | |
parent | 9d0bcfa88471572967331f2295045f1cf9a0337b [diff] |
arm64: irq_offload: simpler implementation Get rid of all those global variables and scheduler locking. Use the reguler IRQ exit path to let tests properly validate preemption. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>