diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-02-01 21:33:45 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-01 21:33:45 -0500 |
commit | 9d3f1881abeae0494a27716b08fcf2d3264bb0fa (patch) | |
tree | f457dd2d35af29bc831b93865efa47229d0b9bee /arch/sh/kernel/process_64.c | |
parent | b6c58b1d987a5795086c5c2babd8c7367d2fdb8c (diff) | |
parent | bc10e875d4aeaa93a0d418d8b4346b72f5067ea0 (diff) |
Merge branch 'sh/stable-updates'
Diffstat (limited to 'arch/sh/kernel/process_64.c')
-rw-r--r-- | arch/sh/kernel/process_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/process_64.c b/arch/sh/kernel/process_64.c index 6ae5987230f8..c90957a459ac 100644 --- a/arch/sh/kernel/process_64.c +++ b/arch/sh/kernel/process_64.c | |||
@@ -345,7 +345,7 @@ void exit_thread(void) | |||
345 | void flush_thread(void) | 345 | void flush_thread(void) |
346 | { | 346 | { |
347 | 347 | ||
348 | /* Called by fs/exec.c (flush_old_exec) to remove traces of a | 348 | /* Called by fs/exec.c (setup_new_exec) to remove traces of a |
349 | * previously running executable. */ | 349 | * previously running executable. */ |
350 | #ifdef CONFIG_SH_FPU | 350 | #ifdef CONFIG_SH_FPU |
351 | if (last_task_used_math == current) { | 351 | if (last_task_used_math == current) { |