I am troubleshooting an locking issue and figured I would enable extra options.

But now I am hitting this build issue:

domain.c:241: error: negative width in bit-field ‘<anonymous>’

Which is:

 229 struct domain *alloc_domain_struct(void)
 230 {
 231     struct domain *d;
...
 241     BUILD_BUG_ON(sizeof(*d) > PAGE_SIZE);

Thoughts?

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to