From: Chris Zankel Date: Fri, 11 Jan 2008 19:44:17 +0000 (-0800) Subject: [XTENSA] Add support for the sa_restorer function X-Git-Tag: v2.6.25-rc3~111^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c64e6b15ceab6a4927f54e1081a74ba096b95a;p=pandora-kernel.git [XTENSA] Add support for the sa_restorer function Supporting the sa_restorer function allows for better security since the sigreturn system call doesn't need to be placed on the stack, so the stack doesn't need to be executable. This requires support from the c-library as it has to provide the restorer function. Signed-off-by: Chris Zankel --- Reading git-diff-tree failed