zephyr/arch/x86
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
..
core irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
include kernel: Fix bitwise operators with unsigned operators 2018-08-16 19:47:41 -07:00
soc Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
CMakeLists.txt arch: x86: set output format/arch per arch 2018-07-31 20:30:33 -04:00
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
defconfig