aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Simek2012-10-09 01:58:19 -0500
committerMichal Simek2012-12-13 07:38:56 -0600
commit1475b0f4b4334564470a8606086a42954aa06ba9 (patch)
tree13c0c9529ba7b9113cab78d74a092925f300419d /arch/microblaze
parent3cb0eab2db578345031c689d4ff9b70840271b5c (diff)
downloadam43-linux-kernel-1475b0f4b4334564470a8606086a42954aa06ba9.tar.gz
am43-linux-kernel-1475b0f4b4334564470a8606086a42954aa06ba9.tar.xz
am43-linux-kernel-1475b0f4b4334564470a8606086a42954aa06ba9.zip
microblaze: Remove passing the second arg to schedule_tail
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/kernel/entry-nommu.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/entry-nommu.S b/arch/microblaze/kernel/entry-nommu.S
index cb0327f204a..70da83a4967 100644
--- a/arch/microblaze/kernel/entry-nommu.S
+++ b/arch/microblaze/kernel/entry-nommu.S
@@ -465,7 +465,6 @@ ENTRY(_switch_to)
465 465
466ENTRY(ret_from_fork) 466ENTRY(ret_from_fork)
467 addk r5, r0, r3 467 addk r5, r0, r3
468 addk r6, r0, r1
469 brlid r15, schedule_tail 468 brlid r15, schedule_tail
470 nop 469 nop
471 swi r31, r1, PT_R31 /* save r31 in user context. */ 470 swi r31, r1, PT_R31 /* save r31 in user context. */