Skip to content
Commit 0dd8486b authored by Linus Torvalds's avatar Linus Torvalds
Browse files

do_sigaltstack: small cleanups



The previous commit ("do_sigaltstack: avoid copying 'stack_t' as a
structure to user space") fixed a real bug.  This one just cleans up the
copy from user space to that gcc can generate better code for it (and so
that it looks the same as the later copy back to user space).

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0083fc2c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment