From: Jan Glauber Date: Mon, 22 Jun 2009 10:08:14 +0000 (+0200) Subject: [S390] qdio: leave inbound SBALs primed X-Git-Tag: v2.6.31-rc1~59^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0a0b15e0f3aff0a25f21f58bef8e40e80b16dc6;p=platform%2Fupstream%2Fkernel-adaptation-pc.git [S390] qdio: leave inbound SBALs primed It is not required to change the state of primed SBALs. Leaving them primed saves a SQBS instruction under z/VM. Signed-off-by: Jan Glauber Signed-off-by: Martin Schwidefsky --- diff --git a/drivers/s390/cio/qdio_main.c b/drivers/s390/cio/qdio_main.c index 779b774..75b5219 100644 --- a/drivers/s390/cio/qdio_main.c +++ b/drivers/s390/cio/qdio_main.c @@ -455,13 +455,6 @@ static inline void inbound_primed(struct qdio_q *q, int count) count--; if (!count) return; - - /* - * Need to change all PRIMED buffers to NOT_INIT, otherwise - * we're loosing initiative in the thinint code. - */ - set_buf_states(q, q->first_to_check, SLSB_P_INPUT_NOT_INIT, - count); } static int get_inbound_buffer_frontier(struct qdio_q *q)