zephyr/arch
Ioannis Glaropoulos 61439b01c2 arch: arm: remove redundant flag
This commit removes the arm_mpu_enabled status flag in the ARM
MPU driver. This flag is not needed, because the value of the
MPU_CTRL register stays the same while the MPU is enabled, and
is cleared to 0 when the MPU is disabled. Therefore, we do not
need to prevent from having the enable or the disable operation
to be called multiple times.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2018-06-11 17:44:18 -04:00
..
arc arch: arc: use top of isr stack as exception stack and bug fixes 2018-06-11 09:05:15 -05:00
arm arch: arm: remove redundant flag 2018-06-11 17:44:18 -04:00
common drivers/interrupt_controller: Introduce multi-level interrupt support 2018-02-06 22:39:05 -05:00
nios2 kernel: move thread monitor init to common code 2018-06-06 14:26:45 -04:00
posix kernel: move thread monitor init to common code 2018-06-06 14:26:45 -04:00
riscv32 kernel: move thread monitor init to common code 2018-06-06 14:26:45 -04:00
x86 kernel: move thread monitor init to common code 2018-06-06 14:26:45 -04:00
xtensa DTS: intel_s1000: Clean up I2C and UART stuff from soc.h 2018-06-11 17:27:58 -04:00
CMakeLists.txt arch: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for arch files. 2018-05-15 17:48:18 +03:00
Kconfig arch: arc: adjust privileged stack size of arc to 384 bytes 2018-06-11 09:05:15 -05:00