x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32
authorOleg Nesterov <oleg@redhat.com>
Tue, 16 Feb 2010 14:24:01 +0000 (15:24 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Feb 2010 16:51:49 +0000 (08:51 -0800)
commit11557b24fdec13cb1c3d5f681688401a651ed54e
tree565e77f3b24a7c05f0242f23d1e84843981059a6
parent1252f238db48ec419f40c1bdf30fda649860eed9
x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32

The 64-bit version of ELF_PLAT_INIT() clears TIF_IA32, but at this point
it has already been cleared by SET_PERSONALITY == set_personality_64bit.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/include/asm/elf.h