[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 05/11] x86/altp2m: basic data structures and support routines.
>>> On 15.01.15 at 17:48, <tim@xxxxxxx> wrote: > At 13:26 -0800 on 09 Jan (1420806395), Ed White wrote: >> + /* Init alternate p2m data */ >> + if ( (d->arch.altp2m_eptp = alloc_xenheap_page()) == NULL ) >> + { >> + rv = -ENOMEM; >> + goto out; >> + } >> + for (i = 0; i < 512; i++) >> + d->arch.altp2m_eptp[i] = ~0ul; > > This 512 is architectural, I guess? It should have a named constant. Perhaps even calculated rather than just defined as a plain number constant, e.g. (PAGE_SIZE / sizeof(something)). Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |