From: Andy Lutomirski Date: Thu, 20 Mar 2014 22:01:21 +0000 (-0700) Subject: x86: Load the 32-bit vdso in place, just like the 64-bit vdsos X-Git-Tag: v3.15-rc1~129^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b67e612cef1e5964efc6fa99fb7ad3d31c4db01a;p=pandora-kernel.git x86: Load the 32-bit vdso in place, just like the 64-bit vdsos This replaces a decent amount of incomprehensible and buggy code with much more straightforward code. It also brings the 32-bit vdso more in line with the 64-bit vdsos, so maybe someday they can share even more code. This wastes a small amount of kernel .data and .text space, but it avoids a couple of allocations on startup, so it should be more or less a wash memory-wise. Signed-off-by: Andy Lutomirski Cc: Stefani Seibold Link: http://lkml.kernel.org/r/b8093933fad09ce181edb08a61dcd5d2592e9814.1395352498.git.luto@amacapital.net Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed