[PATCH] s390: common i/o layer.

From: Martin Schwidefsky
Date: Tue Aug 24 2004 - 08:29:11 EST


[PATCH] s390: common i/o layer.

From: Steffen Thoss <thoss@xxxxxxxxxx>

common i/o layer change:
- Correct check in qdio_stop_polling to avoid loosing initiative on the
qdio inbound queue.

Signed-off-by: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>

diffstat:
drivers/s390/cio/qdio.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff -urN linux-2.6/drivers/s390/cio/qdio.c linux-2.6-s390/drivers/s390/cio/qdio.c
--- linux-2.6/drivers/s390/cio/qdio.c Sat Aug 14 12:55:34 2004
+++ linux-2.6-s390/drivers/s390/cio/qdio.c Tue Aug 24 15:12:43 2004
@@ -56,7 +56,7 @@
#include "ioasm.h"
#include "chsc.h"

-#define VERSION_QDIO_C "$Revision: 1.84 $"
+#define VERSION_QDIO_C "$Revision: 1.86 $"

/****************** MODULE PARAMETER VARIABLES ********************/
MODULE_AUTHOR("Utz Bacher <utz.bacher@xxxxxxxxxx>");
@@ -365,7 +365,7 @@
* small window we can miss between resetting it and
* checking for PRIMED state
*/
- if (q->is_iqdio_q)
+ if (q->is_thinint_q)
tiqdio_set_summary_bit((__u32*)q->dev_st_chg_ind);
return 0;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/