diff options
author | Michal Simek <monstr@monstr.eu> | 2012-10-09 02:58:19 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2012-12-13 08:38:56 -0500 |
commit | 1475b0f4b4334564470a8606086a42954aa06ba9 (patch) | |
tree | 13c0c9529ba7b9113cab78d74a092925f300419d /arch/microblaze | |
parent | 3cb0eab2db578345031c689d4ff9b70840271b5c (diff) |
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.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/entry-nommu.S b/arch/microblaze/kernel/entry-nommu.S index cb0327f204ab..70da83a49670 100644 --- a/arch/microblaze/kernel/entry-nommu.S +++ b/arch/microblaze/kernel/entry-nommu.S | |||
@@ -465,7 +465,6 @@ ENTRY(_switch_to) | |||
465 | 465 | ||
466 | ENTRY(ret_from_fork) | 466 | ENTRY(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. */ |