Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Patch from Lennert Buytenhek

Commit d6551e884cf66de072b81f8b6d23259462c40baf 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>

authored by

Lennert Buytenhek and committed by
Russell King
3da4bd2b d384ea69

+1 -1
+1 -1
arch/arm/kernel/iwmmxt.S
··· 273 273 * 274 274 * r0 = previous task_struct pointer (must be preserved) 275 275 * r1 = previous thread_info pointer 276 - * r2 = next thread_info.cpu_domain pointer (must be preserved) 276 + * r2 = next thread_info pointer (must be preserved) 277 277 * 278 278 * Called only from __switch_to with task preemption disabled. 279 279 * No need to care about preserving r4 and above.