• Martin Schwidefsky's avatar
    s390/mm: protection exception PSW for aborted transaction · f752ac4d
    Martin Schwidefsky authored
    Protection exception usually are suppressing and the fault handler
    needs to rewind the PSW by the instruction length to get the correct
    fault address. Except for protection exceptions while the CPU is in
    the middle of a transaction. The CPU stores the transaction abort
    PSW at the start of the transaction, if the transaction is aborted
    the PSW is already correct and may not be modified by the fault
    handler.
    Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
    f752ac4d
fault.c 17.3 KB