[S390] sclp: keep facility mask up to date.
In case the supported sclp facilities change the new mask should be saved. Cc: Peter Oberparleiter <peter.oberparleiter@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
bb0ca330a7
commit
887d935a84
1 changed files with 2 additions and 0 deletions
|
@ -506,6 +506,8 @@ sclp_state_change_cb(struct evbuf_header *evbuf)
|
||||||
if (scbuf->validity_sclp_send_mask)
|
if (scbuf->validity_sclp_send_mask)
|
||||||
sclp_send_mask = scbuf->sclp_send_mask;
|
sclp_send_mask = scbuf->sclp_send_mask;
|
||||||
spin_unlock_irqrestore(&sclp_lock, flags);
|
spin_unlock_irqrestore(&sclp_lock, flags);
|
||||||
|
if (scbuf->validity_sclp_active_facility_mask)
|
||||||
|
sclp_facilities = scbuf->sclp_active_facility_mask;
|
||||||
sclp_dispatch_state_change();
|
sclp_dispatch_state_change();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue