signal/arm: Push siginfo generation into arm_notify_die
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 16 Apr 2018 18:25:24 +0000 (13:25 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 27 Sep 2018 19:55:30 +0000 (21:55 +0200)
commit05e792e30ed039b5d202d31b86ba0d0491cd6f3c
tree2187f2391cda91ebc336cccd967da557a909b4b6
parentc852680959d0964198e829da80f012b3df43060c
signal/arm: Push siginfo generation into arm_notify_die

In arm_notify_die call force_sig_fault to let the generic
code handle siginfo generation.

This removes some boiler plate making the code easier to
maintain in the long run.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/arm/include/asm/bug.h
arch/arm/kernel/swp_emulate.c
arch/arm/kernel/traps.c
arch/arm/mm/fault.c