mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
[S390] sclp: improve servicability setting
Set dump indicator on read-scp-info command to get meaningful dumps. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
6a985c6194
commit
cb9d71604a
@ -84,6 +84,7 @@ static void __init sclp_read_info_early(void)
|
||||
do {
|
||||
memset(sccb, 0, sizeof(*sccb));
|
||||
sccb->header.length = sizeof(*sccb);
|
||||
sccb->header.function_code = 0x80;
|
||||
sccb->header.control_mask[2] = 0x80;
|
||||
rc = sclp_cmd_sync_early(commands[i], sccb);
|
||||
} while (rc == -EBUSY);
|
||||
|
Loading…
Reference in New Issue
Block a user