diff options
author | Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> | 2011-04-28 05:02:08 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-09-15 08:13:48 -0400 |
commit | ea70ef3d9db1cbfd439f3e3f124c28ef4fe5835d (patch) | |
tree | dc134d0d3c5c33078e6f61fabc046362ae1c2c23 /arch/x86/kernel/process_32.c | |
parent | fb914ebff5d0c4cf4e9ff16974057e07f82805c7 (diff) |
sched: x86_32 Fix typo in switch_to() description
This patch fixes the typo in parameters passed to
x86_32 switch_to() description.
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/x86/kernel/process_32.c')
-rw-r--r-- | arch/x86/kernel/process_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index a3d0dc59067b..a069c0c1e2f1 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c | |||
@@ -260,7 +260,7 @@ EXPORT_SYMBOL_GPL(start_thread); | |||
260 | 260 | ||
261 | 261 | ||
262 | /* | 262 | /* |
263 | * switch_to(x,yn) should switch tasks from x to y. | 263 | * switch_to(x,y) should switch tasks from x to y. |
264 | * | 264 | * |
265 | * We fsave/fwait so that an exception goes off at the right time | 265 | * We fsave/fwait so that an exception goes off at the right time |
266 | * (as a call from the fsave or fwait in effect) rather than to | 266 | * (as a call from the fsave or fwait in effect) rather than to |