[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 7/8] xen: arm: use superpages in p2m when pages are suitably aligned
On Tue, 2014-07-01 at 14:19 +0100, Julien Grall wrote: > Hi Ian, > > On 07/01/2014 09:27 AM, Ian Campbell wrote: > > +static int p2m_create_table(struct domain *d, lpae_t *entry, > > + int level_shift, bool_t flush_cache) > > { > > struct p2m_domain *p2m = &d->arch.p2m; > > struct page_info *page; > > - void *p; > > + lpae_t *p; > > lpae_t pte; > > + int splitting = entry->p2m.valid; > > NIT: You've introduced p2m_valid earlier. I think you can use it here. > > > > > - BUG_ON(entry->p2m.valid); > > + BUG_ON(entry->p2m.table); > > I though I've asked it before. Yes I remember seeing that now, but somehow the mail didn't end up in my archive of the previous thread so I forgot about it, sorry. > Should not you check the valid bit by > using p2m_table? I'll have to think but my first thought is yes. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |