[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Xen on ARM GIC setup
I forgot to cc Sander. On 06/04/2013 10:21 PM, Julien Grall wrote: > On 06/04/2013 08:42 PM, Sander Bogaert wrote: > >> Hi, > > Hi, > >> I was going over this part of the gic setup code ( gic.c:gic_dist_init ): >> >> type = GICD[GICD_TYPER]; >> gic.lines = 32 * (type & GICD_TYPE_LINES); >> .... >> /* Disable all global interrupts */ >> for ( i = 32; i < gic.lines; i += 32 ) >> GICD[GICD_ICENABLER + i / 32] = (uint32_t)~0ul; > > It seems you have an old tree :). A commit (2f2a3e31) was pushed at the > end of april to fix this issue. > > Cheers, > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |