[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 04/10] xen/arm: Store p2m type in each page of the guest
On Mon, 2013-12-09 at 03:34 +0000, Julien Grall wrote: > + BUILD_BUG_ON(p2m_max_real_type > (2 << 4)); 2<<4 is 32. I think you want either 1<<4, 2^4 or just 16 (my preference is 16). And I think it should be >= since the valid values are 0..15 inclusive. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |