commit | 9a7513cfa26f5fcce15de6130ce3c27d77c0ce55 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Dec 25 14:12:18 2016 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 28 18:23:32 2017 -0400 |
tree | 1f7769fc94432e965b7e6d19bb0f28ed40254ae5 | |
parent | d597580d373774b1bdab84b3d26ff0b55162b916 [diff] |
frv: switch to use of fixup_exception() Massage frv search_exception_table() to a) taking pt_regs pointer as explicit argument b) updating ->pc on success Simplifies callers a bit and allows to convert to generic extable.h, while we are at it. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>