summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/entry-nommu.S
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-10-10 11:52:44 -0400
committerMichal Simek <michal.simek@xilinx.com>2012-11-16 08:45:47 +0100
commit99c59f60fd751876c37fbea01e55606441ac6db4 (patch)
tree20acbb5f052686052c62a315eb0e25e926b0d2c0 /arch/microblaze/kernel/entry-nommu.S
parent2319295dd8dbd076afa136bffb797ef726b605a0 (diff)
downloadop-kernel-dev-99c59f60fd751876c37fbea01e55606441ac6db4.zip
op-kernel-dev-99c59f60fd751876c37fbea01e55606441ac6db4.tar.gz
microblaze: switch to generic kernel_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/kernel/entry-nommu.S')
-rw-r--r--arch/microblaze/kernel/entry-nommu.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/microblaze/kernel/entry-nommu.S b/arch/microblaze/kernel/entry-nommu.S
index c47e92c..8957c77 100644
--- a/arch/microblaze/kernel/entry-nommu.S
+++ b/arch/microblaze/kernel/entry-nommu.S
@@ -479,8 +479,8 @@ ENTRY(ret_from_kernel_thread)
addk r5, r0, r3
brald r15, r20
addk r5, r0, r19
- brid sys_exit /* won't be returning... */
- addk r5, r0, r0
+ brid ret_to_user
+ addk r3, r0, r0
work_pending:
enable_irq
OpenPOWER on IntegriCloud