Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=853944cc40ef563f4046a0ada4c1e391419f6a25
Commit:     853944cc40ef563f4046a0ada4c1e391419f6a25
Parent:     763968e217c6657afaff90fbbec93531b3d6ce70
Author:     Ursula Braun <[EMAIL PROTECTED]>
AuthorDate: Thu May 10 15:45:47 2007 +0200
Committer:  Martin Schwidefsky <[EMAIL PROTECTED]>
CommitDate: Thu May 10 15:45:52 2007 +0200

    [S390] qdio: re-add lost perf_stats.tl_runs change in qdio_handle_pci
    
    Statement has been inadvertently lost with commit
    00c0c6466c66bdf05f2a3dcf59e6895179ea8b76.
    
    Signed-off-by: Ursula Braun <[EMAIL PROTECTED]>
    Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>
---
 drivers/s390/cio/qdio.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/s390/cio/qdio.c b/drivers/s390/cio/qdio.c
index f770018..e70aeb7 100644
--- a/drivers/s390/cio/qdio.c
+++ b/drivers/s390/cio/qdio.c
@@ -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);
                }
        }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to