]> git.baikalelectronics.ru Git - kernel.git/commit
x86_64: fix arch_vma_name
authorRoland McGrath <roland@redhat.com>
Thu, 26 Jul 2007 17:41:12 +0000 (10:41 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 26 Jul 2007 18:35:18 +0000 (11:35 -0700)
commite32e848d6cf114802f4f5a1bb947415c9082f964
treea6767f8bc531aa091d17e07c00cb8a3a480c5e6c
parent6dc46b11f569fb382b049ef7bea09e5e86af4bd3
x86_64: fix arch_vma_name

The function arch_vma_name() is declared weak and thus it was
not noticed that x86_64 had two almost identical implementations.

It was introduced in syscall32.c by: 128a53d998957b679dfef307315b3037a2c39e94
It was introduced in mm/init.c by: d5f8a2e57c389ca7952d465070df19bea08c8346

Signed-off-by: Roland McGrath <roland@redhat.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86_64/ia32/ia32_binfmt.c
arch/x86_64/ia32/syscall32.c