commit | b603d258a43b4e7339660bdd3b5c25eacd603e54 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed May 09 16:27:36 2012 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed May 16 14:42:38 2012 +0200 |
tree | d6bf2fb403540be8e48e22dc85fb5587d7567d9e | |
parent | 0de9db37f0dff3bda21b3650ba60a21d3fe70df2 [diff] |
s390: remove superfluous tpi from wait_cons_dev wait_cons_dev waits for a particular subchannel to complete an I/O. It is not necessary to use tpi to get the subchannel id as it is already known. This avoids changes to the interrupt subclass mask and allows to remove the lock & unlock of the subchannel lock. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>