From: Jesper Nilsson Date: Fri, 25 Jan 2008 15:10:02 +0000 (+0100) Subject: CRIS v32: Update signal handling in kernel/signal.c X-Git-Tag: v2.6.25-rc1~40^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=574852a2a5cb603708133ade9896c9bc77a68c46;p=pandora-kernel.git 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. --- Reading git-diff-tree failed