zephyr/arch
Flavio Ceolin 8aec087268 kernel: Fix bitwise operators with unsigned operators
Bitwise operators should be used only with unsigned integer operands
because the result os bitwise operations on signed integers are
implementation-defined.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-08-16 19:47:41 -07:00
..
arc irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
arm irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
common gen_isr_tables: Delete the dead code accompanying .intList.num_isrs 2018-06-25 12:54:49 -07:00
nios2 irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
posix Kconfig: Switch to improved globbing statements 2018-08-15 04:07:44 -07:00
riscv32 irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
x86 kernel: Fix bitwise operators with unsigned operators 2018-08-16 19:47:41 -07:00
xtensa Kconfig: Switch to improved globbing statements 2018-08-15 04:07:44 -07:00
CMakeLists.txt arch: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for arch files. 2018-05-15 17:48:18 +03:00
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00