]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
CRIS v32: Update signal handling in kernel/signal.c
authorJesper Nilsson <jesper.nilsson@axis.com>
Fri, 25 Jan 2008 15:10:02 +0000 (16:10 +0100)
committerJesper Nilsson <jesper.nilsson@axis.com>
Fri, 8 Feb 2008 10:06:35 +0000 (11:06 +0100)
commit574852a2a5cb603708133ade9896c9bc77a68c46
tree36159733de5d9a4d05ed1df6a3df3e427bf5eb48
parent14e61bebb45acabcba2c3b7c4ff529fd646bd3f6
CRIS v32: Update signal handling in kernel/signal.c

- do_signal now returns void, and does not have the previous signal set
  as a parameter.
- Remove sys_rt_sigsuspend, we can use the common one instead.
- Change sys_sigsuspend to be more like x86, don't call do_signal here.
- handle_signal, setup_frame and setup_rt_frame now return -EFAULT
  if we've delivered a segfault, which is used by callers to perform
  necessary cleanup.
- Break long lines, correct whitespace and formatting errors.
arch/cris/arch-v32/kernel/signal.c