]> git.karo-electronics.de Git - karo-tx-linux.git/commit
score: fix bogus restarts on sigreturn()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 1 May 2012 03:37:41 +0000 (23:37 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 6 Sep 2012 17:57:26 +0000 (13:57 -0400)
commit2502ea5902ebbbbb4d80c73b2c32507b0976fdf0
tree4207e4d713355b904e251c228963b95b3cbf914f
parent1723aeabe46e14f3555cb4d48b94a1b76b8eddfd
score: fix bogus restarts on sigreturn()

we *really* don't want to have restart logics hit when we are returning from
sigreturn() - random replacement of %r4 with -4 just because a signal had
been noticed from timer interrupt that came when %r4 happened to contain
-514 is not nice at all.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/score/kernel/signal.c