Skip to content
Commit b3bf6aa7 authored by Catalin Marinas's avatar Catalin Marinas
Browse files

arm64: Unmask asynchronous aborts when in kernel mode



The asynchronous aborts are generally fatal for the kernel but they can
be masked via the pstate A bit. If a system error happens while in
kernel mode, it won't be visible until returning to user space. This
patch enables this kind of abort early to help identifying the cause.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent df503ba7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment