|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v6 05/15] xen/arm: support for guest SGI
On Fri, 2013-05-03 at 11:51 +0100, Stefano Stabellini wrote:
> + switch ( filter )
> + {
> + case GICD_SGI_TARGET_LIST:
> + vcpu_mask = (sgir & GICD_SGI_TARGET_MASK) >>
> GICD_SGI_TARGET_SHIFT;
> + break;
> + case GICD_SGI_TARGET_OTHERS:
> + for ( i = 0; i < d->max_vcpus; i++ )
> + {
> + if ( i != current->vcpu_id && is_vcpu_running(d, i) )
This is_vcpu_running is redundant against the one when you actually
iterate the list sending the irqs (which you rely on in the TARGET_LIST
case as well)
Nevertheless:
Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |