Skip to content

Commit

Permalink
[ARM] 3632/1: iwmmxt: fix up argument comment for iwmmxt_task_restore()
Browse files Browse the repository at this point in the history
Patch from Lennert Buytenhek

Commit d6551e8 forgot to update the
description of what goes into r2 when calling iwmmxt_task_restore().

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Lennert Buytenhek authored and Russell King committed Jun 24, 2006
1 parent d384ea6 commit 3da4bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/kernel/iwmmxt.S
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ ENTRY(iwmmxt_task_restore)
*
* r0 = previous task_struct pointer (must be preserved)
* r1 = previous thread_info pointer
* r2 = next thread_info.cpu_domain pointer (must be preserved)
* r2 = next thread_info pointer (must be preserved)
*
* Called only from __switch_to with task preemption disabled.
* No need to care about preserving r4 and above.
Expand Down

0 comments on commit 3da4bd2

Please sign in to comment.