zephyr/drivers/xen
Dmytro Firsov d48f99f01f xenvm: evtchn: fix undefined value during event handling
This commit fixes issue with undefined value during position calculations.
Shift for positions may be >32, so we need to explicitly use unsigned long
casting to prevent unexpected behavior during event handling.

Thanks @jgrall for suggestion.

Signed-off-by: Dmytro Firsov <dmytro_firsov@epam.com>
2022-06-23 13:09:40 -04:00
..
CMakeLists.txt
events.c xenvm: evtchn: fix undefined value during event handling 2022-06-23 13:09:40 -04:00
hvm.c