]> git.baikalelectronics.ru Git - kernel.git/commit
do_sigaltstack: small cleanups
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Aug 2009 18:18:56 +0000 (11:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Aug 2009 18:18:56 +0000 (11:18 -0700)
commit134451bac83834bc4923d489687757665595d607
treec221d40b94aecfd75b25dea768bba0b9f97cb9c8
parentde8493a29cc9644d002ac68c3e5de1df5717c54d
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: Linus Torvalds <torvalds@linux-foundation.org>
kernel/signal.c