zephyr/arch
Andrew Boie ed938d18b1 arc: fix arch_ API implementations on current CPU
All of these should be no-ops for the following reasons:

1. User threads cannot configure memory domains, only supervisor
   threads.
2. The scope of memory domains is user thread memory access,
   supervisor threads can access the entire memory map.

Hence it's never required to reprogram the MPU on the current CPU
when a memory domain API is called.

This does not address the issue #27785 if a user thread in the domain
is running on some other CPU.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-08-26 20:35:02 -04:00
..
arc arc: fix arch_ API implementations on current CPU 2020-08-26 20:35:02 -04:00
arm arm: fix memory domain arch_ API implementations 2020-08-26 20:35:02 -04:00
common config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET 2020-07-09 14:02:38 -04:00
nios2 tracing: nios2: fix swap tracing 2020-08-24 13:21:12 +02:00
posix tracing: posix_arch: trace swap 2020-08-24 13:21:12 +02:00
riscv tracing: riscv: fix tracing of context switch 2020-08-24 13:21:12 +02:00
x86 x86: paging code rewrite 2020-08-25 15:49:59 -04:00
xtensa tracing: swap: cleanup trace points and their location 2020-08-24 13:21:12 +02:00
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
Kconfig arch: Kconfig: add sub-menu for MMU options 2020-08-25 15:49:59 -04:00