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)
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>

No differences found