commit | 920f8bf7f366ed20935669f782ffcb5a36d5df8f | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <grygorii.strashko@ti.com> | Wed Nov 30 10:53:51 2016 -0600 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Nov 30 22:10:23 2016 +0100 |
tree | ae19dd640cbeee8bb46b535803c051fabf6530ff | |
parent | 44b736d0a0f2441cab1c2ebc03518ba5102a796f [diff] |
soc: ti: qmss: fix the case when !SMP The irq_set_affinity_hint() will always fail when !SMP and Networking will fail on Keystone 2 devices in this case. Hence, fix by ignoring IRQ affinity settings when !SMP. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Acked-by: Santosh Shilimkar <ssantosh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>