Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3da4bd2b authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by Russell King
Browse files

[ARM] 3632/1: iwmmxt: fix up argument comment for iwmmxt_task_restore()



Patch from Lennert Buytenhek

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

Signed-off-by: default avatarLennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d384ea69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.