]> git.baikalelectronics.ru Git - kernel.git/commit
binfmt_elf_fdpic: support auxvec base platform string
authorPaul Mundt <lethal@linux-sh.org>
Thu, 16 Oct 2008 05:04:15 +0000 (22:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:46 +0000 (11:21 -0700)
commitf7689a110e1d92a5b997ec8a70604c1398058941
tree3c4dbdec1546023cc87ab058355e01a7c817e1af
parent7b4f15104367042fc65d1623a31dd1d0e6c55a1b
binfmt_elf_fdpic: support auxvec base platform string

Commit 6d26fa7734dc98e6bb7a2db1bf5c112949584dd8 ("ELF loader support for
auxvec base platform string") introduced AT_BASE_PLATFORM, but only
implemented it for binfmt_elf.

Given that AT_VECTOR_SIZE_BASE is unconditionally enlarged for us, and
it's only optionally added in for the platforms that set
ELF_BASE_PLATFORM, wire it up for binfmt_elf_fdpic, too.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_elf_fdpic.c