From: David Howells Date: Fri, 6 Jan 2006 08:11:45 +0000 (-0800) Subject: [PATCH] frv: improve signal handling X-Git-Tag: v2.6.16-rc1~936^2~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef2b580eb50281ae1d2413ab340f677f6722281;p=pandora-kernel.git [PATCH] frv: improve signal handling The attached patch improves the signal handling: (1) It makes do_signal() static as it isn't called from anywhere outside of the arch code. (2) It removes the regs argument to all the static functions within that file, using __frame instead (which is the same thing held in a global register). Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed