|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] My turn to rant about types... bitops
I think around linux-2.4.19 (and thanks to rusty?) bitops.h went s/
void */unsigned long */, any chance is Xen following suit?
The next request would be to change all arrays destined for bitops to
be defined using unsigned long.
specifically:
struct shared_info {
[....]
u32 evtchn_pending[32];
u32 evtchn_mask[32];
};
-JX
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|