diff options
author | Michal Simek <monstr@monstr.eu> | 2012-10-09 06:58:19 (GMT) |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2012-12-13 13:38:56 (GMT) |
commit | 1475b0f4b4334564470a8606086a42954aa06ba9 (patch) | |
tree | 13c0c9529ba7b9113cab78d74a092925f300419d /arch/microblaze/kernel | |
parent | 3cb0eab2db578345031c689d4ff9b70840271b5c (diff) | |
download | linux-fsl-qoriq-1475b0f4b4334564470a8606086a42954aa06ba9.tar.xz |
microblaze: Remove passing the second arg to schedule_tail
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel')
-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 cb0327f..70da83a 100644 --- a/arch/microblaze/kernel/entry-nommu.S +++ b/arch/microblaze/kernel/entry-nommu.S @@ -465,7 +465,6 @@ ENTRY(_switch_to) ENTRY(ret_from_fork) addk r5, r0, r3 - addk r6, r0, r1 brlid r15, schedule_tail nop swi r31, r1, PT_R31 /* save r31 in user context. */ |