commit | 1c326c4dfe182a1c4c1e39f2c00f04c380d11692 | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Thu May 08 20:04:11 2014 +0200 |
committer | Oleg Nesterov <oleg@redhat.com> | Wed May 14 13:57:27 2014 +0200 |
tree | 0541c1d8679ceeb746572f0ac799a0003d46b5a6 | |
parent | 958d3d729802f7d741cbe8400e69b89baae580ee [diff] |
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: Oleg Nesterov <oleg@redhat.com>