]> 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, 21 Jun 2012 04:02:47 +0000 (08:02 +0400)
commit96c6c115dd980f21a3f29d3aa34dd66cfdebfedb
tree3228d51fc12f05249934cb350b989c711d2db96b
parentf7e2125b83c814fc5f2040dc7fd9b59b70a037ea
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