[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-devel] Xen 4.6.0-rc1 build with lock_profile=y crash_debug=y, frame_pointer=y and domain.c:241: error: negative width in bit-field â<anonymous>â
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@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|