mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 12:25:22 +00:00
It wasn't immediately clear in _execute_handler() that enable_interrupts() didn't actually do anything if CONFIG_NESTED_INTERRUPTS wasn't enabled. If we are not using nested interrupts, perform small optimization 1) The call to disable interrupts isn't necessary as interrupts are already disasbled 2) The check for !_nanokernel.nested in a couple places always evaluates to true if nested interrupts aren't used Change-Id: I7e66cee0466d03bc1172a572e19389accf6e0e62 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
arch | ||
boards | ||
doc | ||
drivers | ||
include | ||
kernel | ||
lib | ||
misc | ||
net | ||
samples | ||
scripts | ||
.checkpatch.conf | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
Kbuild | ||
Kconfig | ||
Kconfig.zephyr | ||
LICENSE | ||
Makefile | ||
Makefile.inc | ||
zephyr-env.sh |