Sebastian Ott 9594ca6b87 s390/pci: remove bit_lock usage in interrupt handler
The interrupt handler uses bit_spin_lock around a call to retrieve
per irq data (the irq number). However this per irq data is only
set during irq setup time and never changed until the irq is freed.

Thus it's safe to remove the lock usage.

Signed-off-by: Sebastian Ott <sebott@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2018-12-13 10:42:25 +01:00
..
2018-10-26 10:19:40 +02:00
2018-11-05 15:10:27 +01:00
2018-11-30 07:22:05 +01:00
2018-11-09 06:30:44 -06:00
2018-09-20 13:20:29 +02:00
2018-11-05 15:10:27 +01:00
2018-04-16 09:10:22 +02:00
2018-10-31 08:54:15 -07:00