Searched hist:c1c7c85ceafe5a96c4d5fc648ff42a7102838dd7 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | diff c1c7c85ceafe5a96c4d5fc648ff42a7102838dd7 Tue Sep 18 02:43:32 CDT 2018 Eric W. Biederman <ebiederm@xmission.com> signal/powerpc: Call force_sig_fault from _exception
The callers of _exception don't need the pkey exception logic because they are not processing a pkey exception. So just call exception_common directly and then call force_sig_fault to generate the appropriate siginfo and deliver the appropriate signal.
Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|