microblaze: evict the check for kernel_mode(regs) from do_notify_resume()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 29 Apr 2012 07:35:29 +0000 (03:35 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Feb 2013 23:16:01 +0000 (18:16 -0500)
Only one caller hasn't done it in assembler - work_pending on !MMU.
Everything else can't reach do_notify_resume() if we are returning
to kernel mode, so move that check to that sole caller and make
do_notify_resume() reachable only when returning to userland.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found