public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [S390] qdio slsb processing state.
@ 2006-09-04  9:24 Martin Schwidefsky
  0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2006-09-04  9:24 UTC (permalink / raw)
  To: linux-kernel, fpavlic

From: Frank Pavlic <fpavlic@de.ibm.com>

[S390] qdio slsb processing state.

The last SLSB has to be set to STATE_PROCESSING if we really want to 
use the PROCESSING feature. 

Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
---

 drivers/s390/cio/qdio.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -urpN linux-2.6/drivers/s390/cio/qdio.c linux-2.6-patched/drivers/s390/cio/qdio.c
--- linux-2.6/drivers/s390/cio/qdio.c	2006-09-04 11:08:53.000000000 +0200
+++ linux-2.6-patched/drivers/s390/cio/qdio.c	2006-09-04 11:09:00.000000000 +0200
@@ -1129,7 +1129,7 @@ out:
 
 #ifdef QDIO_USE_PROCESSING_STATE
 	if (last_position>=0)
-		set_slsb(q, &last_position, SLSB_P_INPUT_NOT_INIT, &count);
+		set_slsb(q, &last_position, SLSB_P_INPUT_PROCESSING, &count);
 #endif /* QDIO_USE_PROCESSING_STATE */
 
 	QDIO_DBF_HEX4(0,trace,&q->first_to_check,sizeof(int));

-- 
VGER BF report: H 8.40617e-05

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-04  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-04  9:24 [S390] qdio slsb processing state Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox