mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
[S390] qdio: re-add lost perf_stats.tl_runs change in qdio_handle_pci
Statement has been inadvertently lost with commit
00c0c6466c
.
Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
763968e217
commit
853944cc40
@ -1983,6 +1983,7 @@ qdio_handle_pci(struct qdio_irq *irq_ptr)
|
||||
if (q->is_input_q&QDIO_FLAG_NO_INPUT_INTERRUPT_CONTEXT)
|
||||
qdio_mark_q(q);
|
||||
else {
|
||||
qdio_perf_stat_dec(&perf_stats.tl_runs);
|
||||
__qdio_inbound_processing(q);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user