diff options
author | Holger Dengler <dengler@linux.ibm.com> | 2024-02-19 17:32:54 +0100 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2024-04-09 17:29:55 +0200 |
commit | 2a483d333fd84acc009c7199fdd962af3ffc6b3b (patch) | |
tree | 44cd6dea80511873ef4d5481b9ea5938b115c828 /drivers/mailbox | |
parent | s390/uv: export prot_virt_guest symbol in uv (diff) | |
download | linux-2a483d333fd84acc009c7199fdd962af3ffc6b3b.tar.xz linux-2a483d333fd84acc009c7199fdd962af3ffc6b3b.zip |
s390/chsc: use notifier for AP configuration changes
The direct dependency of chsc and the AP bus prevents the
modularization of ap bus. Introduce a notifier interface for AP
changes, which decouples the producer of the change events (chsc) from
the consumer (ap_bus).
Remove the ap_cfg_chg() interface and replace it with the notifier
invocation. The ap bus module registers a notification handler, which
triggers the AP bus scan.
Cc: Vineeth Vijayan <vneethv@linux.ibm.com>
Cc: Peter Oberparleiter <oberpar@linux.ibm.com>
Signed-off-by: Holger Dengler <dengler@linux.ibm.com>
Reviewed-by: Harald Freudenberger <freude@linux.ibm.com>
Acked-by: Vineeth Vijayan <vneethv@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'drivers/mailbox')
0 files changed, 0 insertions, 0 deletions