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

arm64: Enable interrupts in the EL0 undef handler



do_undefinstr() has to be called with interrupts disabled since it may
read the instruction from the user address space which could lead to a
data abort and subsequent might_sleep() warning in do_page_fault().

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 4370eec0
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