From: Amir Vadai Date: Sun, 29 Jun 2014 08:54:55 +0000 (+0300) Subject: net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity map X-Git-Tag: omap-for-v3.17/fixes-against-rc2~289^2~44^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f6f45368632f21bd27559c44dbb1cab51d8947;p=pandora-kernel.git net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity map IRQ affinity notifier can only have a single notifier - cpu_rmap notifier. Can't use it to track changes in IRQ affinity map. Detect IRQ affinity changes by comparing CPU to current IRQ affinity map during NAPI poll thread. CC: Thomas Gleixner CC: Ben Hutchings Fixes: 2eacc23 ("net/mlx4_core: Enforce irq affinity changes immediatly") Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed