[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 2/2] Partially revert 21550029f709072aacf3b90edd574e7d3021b400
On Wed, 9 Nov 2016, Julien Grall wrote: > Hi Stefano, > > On 08/11/16 19:42, Stefano Stabellini wrote: > > @@ -1189,7 +1194,10 @@ static int __init gicv2_init(void) > > printk(XENLOG_WARNING > > "GICv2: Adjusting CPU interface base to %#"PRIx64"\n", > > cbase + aliased_offset); > > - } > > + } else if ( csize == SZ_128K ) > > + printk(XENLOG_WARNING > > + "GICv2: GICC size=%lu but not aliased\n", > > + csize); > > The indentation looks wrong here. > > With that: > > Acked-by: Julien Grall <julien.grall@xxxxxxx> Thanks, I fixed that and also the %lu, which should be %#"PRIx64" like few lines above. I committed the patches. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |