diff options
Diffstat (limited to 'arch/x86_64/ia32')
-rw-r--r-- | arch/x86_64/ia32/ia32_binfmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/ia32/ia32_binfmt.c b/arch/x86_64/ia32/ia32_binfmt.c index ed56a8806eab..b70f3e7cf06c 100644 --- a/arch/x86_64/ia32/ia32_binfmt.c +++ b/arch/x86_64/ia32/ia32_binfmt.c | |||
@@ -38,6 +38,7 @@ | |||
38 | 38 | ||
39 | int sysctl_vsyscall32 = 1; | 39 | int sysctl_vsyscall32 = 1; |
40 | 40 | ||
41 | #undef ARCH_DLINFO | ||
41 | #define ARCH_DLINFO do { \ | 42 | #define ARCH_DLINFO do { \ |
42 | if (sysctl_vsyscall32) { \ | 43 | if (sysctl_vsyscall32) { \ |
43 | NEW_AUX_ENT(AT_SYSINFO, (u32)(u64)VSYSCALL32_VSYSCALL); \ | 44 | NEW_AUX_ENT(AT_SYSINFO, (u32)(u64)VSYSCALL32_VSYSCALL); \ |