From: Oleg Nesterov Date: Thu, 8 May 2014 18:04:11 +0000 (+0200) Subject: x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~14^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c326c4dfe182a1c4c1e39f2c00f04c380d11692;p=pandora-kernel.git 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 --- Reading git-diff-tree failed