aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/process_32.c2
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