[PATCH 21/24] ARM64:ILP32: The native siginfo is used instead of the compat siginfo.
From: hpa@zytor.com (H. Peter Anvin)
Date: 2014-05-24 18:57:08
Also in:
lkml
From: hpa@zytor.com (H. Peter Anvin)
Date: 2014-05-24 18:57:08
Also in:
lkml
On 05/24/2014 12:02 AM, Andrew Pinski wrote:
+/* ILP32 uses the native siginfo and not the compat struct */ +#define COMPAT_USE_NATIVE_SIGINFO !is_a32_compat_task() +
<nitpick> Probably want parens around that expression? </nitpick> -hpa