]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Make sure is_compat_task works early
authorAndi Kleen <ak@suse.de>
Mon, 26 Jun 2006 11:57:19 +0000 (13:57 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 17:48:17 +0000 (10:48 -0700)
commit23c5d76738778e577f4e118de3c94cb84636676c
tree83af4802b88318fe7951125bc663008a1adec62a
parent2b93d9720549b7e4d7c8bfdcb67d88f60314da31
[PATCH] x86_64: Make sure is_compat_task works early

Previously it would only work in the first 32bit system call, not during
early process setup.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/process.c