Skip to content
Commit 92ff0674 authored by Will Deacon's avatar Will Deacon
Browse files

arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_info



Reporting unhandled user pagefaults via arm64_force_sig_info means
that __do_user_fault can be drastically simplified, since it no longer
has to worry about printing the fault information and can consequently
just take the siginfo as a parameter.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 1049c308
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