diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2007-10-18 06:05:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-18 17:37:22 -0400 |
commit | 282a821f18fe848db860e911fa5e1f6a3603dd80 (patch) | |
tree | a9a7918627bbbcca776d8cb52d0881a6fc49fba6 /arch/x86/ia32 | |
parent | baa3a2a0d24ebcf1c451bec8e5bee3d3467f4cbb (diff) |
sysctl: x86_64 remove unnecessary binary paths
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Alexey Dobriyan <adobriyan@sw.ru>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86/ia32')
-rw-r--r-- | arch/x86/ia32/ia32_binfmt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/ia32/ia32_binfmt.c b/arch/x86/ia32/ia32_binfmt.c index 118b9f9ff499..5027650eb273 100644 --- a/arch/x86/ia32/ia32_binfmt.c +++ b/arch/x86/ia32/ia32_binfmt.c | |||
@@ -289,7 +289,6 @@ static void elf32_init(struct pt_regs *regs) | |||
289 | 289 | ||
290 | static ctl_table abi_table2[] = { | 290 | static ctl_table abi_table2[] = { |
291 | { | 291 | { |
292 | .ctl_name = 99, | ||
293 | .procname = "vsyscall32", | 292 | .procname = "vsyscall32", |
294 | .data = &sysctl_vsyscall32, | 293 | .data = &sysctl_vsyscall32, |
295 | .maxlen = sizeof(int), | 294 | .maxlen = sizeof(int), |