From: Oleg Nesterov Date: Tue, 16 Feb 2010 14:24:01 +0000 (+0100) Subject: x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32 X-Git-Tag: v2.6.33~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11557b24fdec13cb1c3d5f681688401a651ed54e;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed