diff options
Diffstat (limited to 'arch/mips/kernel/mips-mt-fpaff.c')
-rw-r--r-- | arch/mips/kernel/mips-mt-fpaff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/mips-mt-fpaff.c b/arch/mips/kernel/mips-mt-fpaff.c index 42461310b185..cbc6182b0065 100644 --- a/arch/mips/kernel/mips-mt-fpaff.c +++ b/arch/mips/kernel/mips-mt-fpaff.c | |||
@@ -18,7 +18,7 @@ | |||
18 | cpumask_t mt_fpu_cpumask; | 18 | cpumask_t mt_fpu_cpumask; |
19 | 19 | ||
20 | static int fpaff_threshold = -1; | 20 | static int fpaff_threshold = -1; |
21 | unsigned long mt_fpemul_threshold = 0; | 21 | unsigned long mt_fpemul_threshold; |
22 | 22 | ||
23 | /* | 23 | /* |
24 | * Replacement functions for the sys_sched_setaffinity() and | 24 | * Replacement functions for the sys_sched_setaffinity() and |