Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a1c1d8f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: sdhci-msm: Affine irq to first set of mask when CONFIG_SMP enabled"

parents 30580bff 2ccbde6a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3741,8 +3741,10 @@ static int sdhci_msm_setup_qos(struct sdhci_msm_host *msm_host)
	if (!msm_host->sdhci_qos)
		return 0;

	/* Affine irq to first set of mask */
#ifdef CONFIG_SMP
	/* Affine irq to first set of mask for multiple CPU's*/
	WARN_ON(irq_set_affinity_hint(host->irq, &qcg->mask));
#endif

	/* Setup notifier for case of affinity change/migration */
	msm_host->affinity_notify.notify = sdhci_msm_irq_affinity_notify;