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>
Mon, 1 Oct 2012 13:58:15 +0000 (09:58 -0400)
commitfe9d7feab567085112ca02b238c839ca1b4cd9c5
tree227f4514f9a36b68d85b54bca3fc2a95e47aed5a
parentff893577be5f56c97692678a7a3e3397c35e3cec
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