commit | 11557b24fdec13cb1c3d5f681688401a651ed54e | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Tue Feb 16 15:24:01 2010 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Feb 16 08:51:49 2010 -0800 |
tree | 565e77f3b24a7c05f0242f23d1e84843981059a6 | |
parent | 1252f238db48ec419f40c1bdf30fda649860eed9 [diff] |
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>