Re: svn commit: r219609 - in head/sys: amd64/linux32 i386/linux

2011-03-14 Thread Chagin Dmitry
On Sun, Mar 13, 2011 at 02:58:02PM +, Dmitry Chagin wrote: > Author: dchagin > Date: Sun Mar 13 14:58:02 2011 > New Revision: 219609 > URL: http://svn.freebsd.org/changeset/base/219609 > > Log: > Enable shared page use for amd64/linux32 and i386/linux binaries. > Move signal trampoline cod

svn commit: r219609 - in head/sys: amd64/linux32 i386/linux

2011-03-13 Thread Dmitry Chagin
Author: dchagin Date: Sun Mar 13 14:58:02 2011 New Revision: 219609 URL: http://svn.freebsd.org/changeset/base/219609 Log: Enable shared page use for amd64/linux32 and i386/linux binaries. Move signal trampoline code from the top of the stack to the shared page. MFC after:2 Weeks Mod