]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] frv: improve signal handling
authorDavid Howells <dhowells@redhat.com>
Fri, 6 Jan 2006 08:11:45 +0000 (00:11 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:33 +0000 (08:33 -0800)
commitfef2b580eb50281ae1d2413ab340f677f6722281
treea0cd5204a30a06e72123b7030a8279e1239255da
parent8efc0ab50edbac5c65191b8a58dfdab3741b7901
[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 <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/frv/kernel/signal.c
include/asm-frv/signal.h