Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45be0a02 authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

s390/sclp: single increment assignment control



Set a new option bit of the attach command to speed up memory
hotplug.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent a01ef308
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -252,6 +252,7 @@ static int sclp_attach_storage(u8 id)
	if (!sccb)
		return -ENOMEM;
	sccb->header.length = PAGE_SIZE;
	sccb->header.function_code = 0x40;
	rc = sclp_sync_request_timeout(0x00080001 | id << 8, sccb,
				       SCLP_QUEUE_INTERVAL);
	if (rc)