From: Paolo 'Blaisorblade' Giarrusso Date: Wed, 22 Jun 2005 00:16:25 +0000 (-0700) Subject: [PATCH] uml: fix linkage of tt mode against NPTL X-Git-Tag: v2.6.13-rc1~68^2~582^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b2737de1b1ddfdb90f3ba622634eb49d6f3603;p=pandora-kernel.git [PATCH] uml: fix linkage of tt mode against NPTL With Al Viro To make sure switcheroo() can execute when we remap all the executable image, we used a trick to make it use a local copy of errno... this trick does not work with NPTL glibc, only with LinuxThreads, so use another (simpler) one to make it work anyway. Hopefully, a lot improved thanks to merging with the version of Al Viro (which had his part of problems, though, i.e. removing a fix to another bug and not fixing the problem on i386). Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed