diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/openrisc/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/kernel/entry.S b/arch/openrisc/kernel/entry.S index 3de971224cfc..e7fadc0234cd 100644 --- a/arch/openrisc/kernel/entry.S +++ b/arch/openrisc/kernel/entry.S | |||
@@ -1050,7 +1050,7 @@ ENTRY(_switch) | |||
1050 | * we are expected to have set up the arg to schedule_tail already, | 1050 | * we are expected to have set up the arg to schedule_tail already, |
1051 | * hence we do so here unconditionally: | 1051 | * hence we do so here unconditionally: |
1052 | */ | 1052 | */ |
1053 | l.lwz r3,TI_STACK(r3) /* Load 'prev' as schedule_tail arg */ | 1053 | l.lwz r3,TI_TASK(r3) /* Load 'prev' as schedule_tail arg */ |
1054 | l.jr r9 | 1054 | l.jr r9 |
1055 | l.nop | 1055 | l.nop |
1056 | 1056 | ||