diff options
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) { |