Go to file
Andrew Boie 123c33a836 x86/iamcu: improve _execute_handler() readability, small optimization
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>
2016-02-05 20:25:22 -05:00
arch x86/iamcu: improve _execute_handler() readability, small optimization 2016-02-05 20:25:22 -05:00
boards boards: adds initial support for Arduino Due 2016-02-05 20:25:21 -05:00
doc ARM: ARC: put sw_isr_table in ROM by default 2016-02-05 20:25:21 -05:00
drivers clock: Make sure the clock is initialized prior to devices 2016-02-05 20:25:22 -05:00
include spi: Rename files according to rules 2016-02-05 20:25:21 -05:00
kernel microkernel: remove task_irq_free() API 2016-02-05 20:25:21 -05:00
lib
misc
net Bluetooth: BR/EDR: Store new combination link key 2016-02-05 20:25:20 -05:00
samples samples: gpio: Add quark_se_ss in the white list 2016-02-05 20:25:21 -05:00
scripts
.checkpatch.conf
.gitattributes
.gitignore
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile override architecture from command line 2016-02-05 20:25:21 -05:00
Makefile.inc mingw: change backslashes to forward slashes 2016-02-05 20:25:17 -05:00
zephyr-env.sh