commit | a0fa2cb8ccf0b73cfd3ac01d557401a2303c0de4 | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@linux.vnet.ibm.com> | Mon Jan 13 12:19:03 2014 +0100 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Thu Feb 27 09:51:25 2014 +0100 |
tree | bd6829cffbfb0fc5e85b55e7f9c235e4b243cd3a | |
parent | 9da45bb217db41510684cbfd4e173186eb2f8477 [diff] |
s390x/sclp: Fixed the size of sccb and code parameter The pointer to the SCCB should not be limited to 32 bits only. In contrast to this, the command word parameter is only 32 bits (the upper 32 bits should be ignored). Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com> Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>