CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/19 06:36:00
Modified files:
sys/dev/pv : xen.c
Log message:
Cast evtchn_mask to a char pointer for an isset operation
When testing evtchn_mask bits we need to treat the array as a bit
matrix for an isset macro to test correct bits. Reported by reyk@
some time ago, Wei Liu <wei ! liu2 at citrix !com> figured out how
to reproduce the problem. Thanks!
