Revision 8fbbe2d7cc478d1544f41f2271787c993c23a4f6 authored by Alexey Dobriyan on 19 August 2017, 09:57:51 UTC, committed by Thomas Gleixner on 20 August 2017, 08:49:05 UTC
Valid CPU ids are [0, nr_cpu_ids-1] inclusive.

Fixes: 3b8e29a82dd1 ("genirq: Implement ipi_send_mask/single()")
Fixes: f9bce791ae2a ("genirq: Add a new function to get IPI reverse mapping")
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@vger.kernel.org
Link: http://lkml.kernel.org/r/20170819095751.GB27864@avx2

1 parent e8f2418
Raw File
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
back to top