Sebastian Ott 614db26954 Revert "s390/pci: remove bit_lock usage in interrupt handler"
This reverts commit 9594ca6b87d9f11e9f14ac31581e0e5d79a8e839.

With the handle_simple_irq irq_flow_handler it must be ensured to
not call generic_handle_irq with the same IRQ number on 2 CPUs at
the same time (interrupts are floating on s390).
Contrary to my initial investigation the irq_desc's lock usage in
handle_simple_irq does not ensure this. Thus re-introduce the bit-
lock usage in s390's pci handler.

Reported-by: Ursula Braun <ubraun@linux.ibm.com>
Reported-by: Alexander Schmidt <alexs@linux.ibm.com>
Signed-off-by: Sebastian Ott <sebott@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2019-02-07 11:56:29 +01:00
..
2018-10-26 10:19:40 +02:00
2018-11-05 15:10:27 +01:00
2018-12-29 13:03:29 -08:00
2019-01-02 18:37:01 -08: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-12-29 13:40:29 -08:00