diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-06-24 04:57:13 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-24 04:57:13 -0400 |
commit | 3da4bd2bfc672a484d2a5df9f89b79f5e1e634dc (patch) | |
tree | be998210c8f123e138fa47ede373f07b70324d20 /arch/arm/kernel/iwmmxt.S | |
parent | d384ea691fe4ea8c2dd5b9b8d9042eb181776f18 (diff) |
[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>
Diffstat (limited to 'arch/arm/kernel/iwmmxt.S')
-rw-r--r-- | arch/arm/kernel/iwmmxt.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/iwmmxt.S b/arch/arm/kernel/iwmmxt.S index af9e0ae952d5..a3bae95e536c 100644 --- a/arch/arm/kernel/iwmmxt.S +++ b/arch/arm/kernel/iwmmxt.S | |||
@@ -273,7 +273,7 @@ ENTRY(iwmmxt_task_restore) | |||
273 | * | 273 | * |
274 | * r0 = previous task_struct pointer (must be preserved) | 274 | * r0 = previous task_struct pointer (must be preserved) |
275 | * r1 = previous thread_info pointer | 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 | * Called only from __switch_to with task preemption disabled. | 278 | * Called only from __switch_to with task preemption disabled. |
279 | * No need to care about preserving r4 and above. | 279 | * No need to care about preserving r4 and above. |