diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-01-22 06:59:30 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-02-01 04:00:22 -0500 |
commit | 7034228792cc561e79ff8600f02884bd4c80e287 (patch) | |
tree | 89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/include/asm/switch_to.h | |
parent | 405ab01c70e18058d9c01a1256769a61fc65413e (diff) |
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this
once and for all rather than dealing with this kind of patches trickling
in forever.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/switch_to.h')
-rw-r--r-- | arch/mips/include/asm/switch_to.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/switch_to.h b/arch/mips/include/asm/switch_to.h index 4f8ddba8c360..fd16bcb6c311 100644 --- a/arch/mips/include/asm/switch_to.h +++ b/arch/mips/include/asm/switch_to.h | |||
@@ -30,7 +30,7 @@ extern struct task_struct *ll_task; | |||
30 | #ifdef CONFIG_MIPS_MT_FPAFF | 30 | #ifdef CONFIG_MIPS_MT_FPAFF |
31 | 31 | ||
32 | /* | 32 | /* |
33 | * Handle the scheduler resume end of FPU affinity management. We do this | 33 | * Handle the scheduler resume end of FPU affinity management. We do this |
34 | * inline to try to keep the overhead down. If we have been forced to run on | 34 | * inline to try to keep the overhead down. If we have been forced to run on |
35 | * a "CPU" with an FPU because of a previous high level of FP computation, | 35 | * a "CPU" with an FPU because of a previous high level of FP computation, |
36 | * but did not actually use the FPU during the most recent time-slice (CU1 | 36 | * but did not actually use the FPU during the most recent time-slice (CU1 |
@@ -72,7 +72,7 @@ do { \ | |||
72 | __save_dsp(prev); \ | 72 | __save_dsp(prev); \ |
73 | __clear_software_ll_bit(); \ | 73 | __clear_software_ll_bit(); \ |
74 | __usedfpu = test_and_clear_tsk_thread_flag(prev, TIF_USEDFPU); \ | 74 | __usedfpu = test_and_clear_tsk_thread_flag(prev, TIF_USEDFPU); \ |
75 | (last) = resume(prev, next, task_thread_info(next), __usedfpu); \ | 75 | (last) = resume(prev, next, task_thread_info(next), __usedfpu); \ |
76 | } while (0) | 76 | } while (0) |
77 | 77 | ||
78 | #define finish_arch_switch(prev) \ | 78 | #define finish_arch_switch(prev) \ |