diff options
| author | Heiko Carstens <[email protected]> | 2023-09-05 15:49:37 +0200 |
|---|---|---|
| committer | Vasily Gorbik <[email protected]> | 2023-09-19 13:26:55 +0200 |
| commit | 4a1725281fc5b0009944b1c0e1d2c1dc311a09ec (patch) | |
| tree | ea4f7301c1fcb383e056ef56b3155cd1a0d61870 /tools/perf/scripts/python | |
| parent | f3cfb875d0fd5f4af40cbb992f436ad396f69a71 (diff) | |
s390/smp,mcck: fix early IPI handling
Both the external call as well as the emergency signal submask bits in
control register 0 are set before any interrupt handler is registered.
Change the order and first register the interrupt handler and only then
enable the interrupts by setting the corresponding bits in control
register 0.
This prevents that the second part of the machine check handler for
early machine check handling is not executed: the machine check handler
sends an IPI to the CPU it runs on. If the corresponding interrupts are
enabled, but no interrupt handler is present, the interrupt is ignored.
Reviewed-by: Sven Schnelle <[email protected]>
Acked-by: Alexander Gordeev <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions