From: Oleg Nesterov Date: Wed, 30 Apr 2008 07:52:47 +0000 (-0700) Subject: get_signal_to_deliver: use the cached ->signal/sighand values X-Git-Tag: v2.6.26-rc1~298 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6b76d4fb0039e077824be85ed4ac94e96beef86;p=pandora-kernel.git get_signal_to_deliver: use the cached ->signal/sighand values Cache the values of current->signal/sighand. Shrinks .text a bit and makes the code more readable. Also, remove "sigset_t *mask", it is pointless because in fact we save the constant offset. Signed-off-by: Oleg Nesterov Cc: Roland McGrath Cc: Jiri Kosina Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed