Re: [PATCH v6 08/23] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip

From: Zenghui Yu
Date: Mon Mar 23 2020 - 22:27:37 EST


On 2020/3/21 2:23, Marc Zyngier wrote:
+static int its_sgi_set_affinity(struct irq_data *d,
+ const struct cpumask *mask_val,
+ bool force)
+{
+ /*
+ * There is no notion of affinity for virtual SGIs, at least
+ * not on the host (since they can only be targetting a vPE).
+ * Tell the kernel we've done whetever it asked for.

new typo?
s/whetever/whatever/

+ */
+ return IRQ_SET_MASK_OK;
+}


Thanks,
Zenghui