Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 1c326c4d authored by Oleg Nesterov's avatar Oleg Nesterov
Browse files

x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap()



Move the callsite of fill_trap_info() into do_error_trap() and remove
the "siginfo_t *info" argument.

This obviously breaks DO_ERROR() which passed info == NULL, we simply
change fill_trap_info() to return "siginfo_t *" and add the "default"
case which returns SEND_SIG_PRIV.

Signed-off-by: default avatarOleg Nesterov <oleg@redhat.com>
parent 958d3d72
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment