[XTENSA] Add support for the sa_restorer function
authorChris Zankel <chris@zankel.net>
Fri, 11 Jan 2008 19:44:17 +0000 (11:44 -0800)
committerChris Zankel <chris@zankel.net>
Thu, 14 Feb 2008 01:42:31 +0000 (17:42 -0800)
commit44c64e6b15ceab6a4927f54e1081a74ba096b95a
treefc96c7ddee6fa82655ada03f9f0ba2e9badf3d32
parentc658eac628aa8df040dfe614556d95e6da3a9ffb
[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 <chris@zankel.net>
arch/xtensa/kernel/signal.c