[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 13/15] xen/arm: Add support for GIC v3
On 04/10/2014 11:00 AM, Ian Campbell wrote: >> + >> +static u16 gic_compute_target_list(int *base_cpu, const struct cpumask >> *mask, >> + u64 cluster_id) >> +{ >> + int cpu = *base_cpu; >> + u64 mpidr = cpu_logical_map(cpu); >> + u16 tlist = 0; >> + >> + while ( cpu < nr_cpu_ids ) >> + { >> + /* >> + * If we ever get a cluster of more than 16 CPUs, just >> + * scream and skip that CPU. > > I don't see any screaming. We would want to know if this was happening, > wouldn't we? It seems the code of GICv3 has been half-copied for Linux code :). I've just found this function in Mark's series. -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |