git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1252f23
)
x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32
author
Oleg Nesterov
<oleg@redhat.com>
Tue, 16 Feb 2010 14:24:01 +0000
(15:24 +0100)
committer
Linus 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