]> git.karo-electronics.de Git - karo-tx-linux.git/commit
unicore32: remove pointless test
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 26 May 2012 04:25:15 +0000 (00:25 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 6 Sep 2012 17:57:31 +0000 (13:57 -0400)
commite97a5cae54c8f46049a078e01a1bf40be66ba029
treebe31e35d338251c5699cceb36282381d0af87672
parenta11395900c70679f7f1d9137d9dd67059688539f
unicore32: remove pointless test

we can get into work_pending only if at least one of NEED_RESCHED,
SIGPENDING or NOTIFY_RESUME is set.  So once we'd found no NEED_RESCHED,
there's no need to check that one of the other two is set.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/unicore32/kernel/entry.S