Skip to content
Commit be5c2ff0 authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptions



Neither unhandled_interrupt nor unhandled_exceptions fills in any of the
siginfo fields whend sending SIGKILL.  Further because it is SIGKILL
even if all of the fields were filled out appropriately it would be impossible
for the process to read any of the siginfo fields.  So simplfy things and
just use force_sig instead of force_sig_info.

Fixes: 2923f5ea ("nds32: Exception handling")
Cc: Vincent Chen <vincentc@andestech.com>
Cc: Greentime Hu <greentime@andestech.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Acked-by: default avatarVincent Chen <vincentc@andestech.com>
Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent 195bce73
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