]> 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>
Sat, 8 Sep 2012 15:05:33 +0000 (11:05 -0400)
commit5c451fa46171eb82e73b281517070a530db6d3b2
treebe099005b1eea5951104788e76e72b6a49a48bee
parentaef82f8132e40b286253b3f40fd572b070f04e72
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