mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 09:13:55 +08:00
[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
@ -506,6 +506,8 @@ sclp_state_change_cb(struct evbuf_header *evbuf)
|
||||
if (scbuf->validity_sclp_send_mask)
|
||||
sclp_send_mask = scbuf->sclp_send_mask;
|
||||
spin_unlock_irqrestore(&sclp_lock, flags);
|
||||
if (scbuf->validity_sclp_active_facility_mask)
|
||||
sclp_facilities = scbuf->sclp_active_facility_mask;
|
||||
sclp_dispatch_state_change();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user