diff options
Diffstat (limited to 'arch/mips/kernel/process.c')
-rw-r--r-- | arch/mips/kernel/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c index eddd5fd6fdfa..92880cee449e 100644 --- a/arch/mips/kernel/process.c +++ b/arch/mips/kernel/process.c | |||
@@ -615,7 +615,7 @@ int mips_set_process_fp_mode(struct task_struct *task, unsigned int value) | |||
615 | * allows us to only worry about whether an FP mode switch is in | 615 | * allows us to only worry about whether an FP mode switch is in |
616 | * progress when FP is first used in a tasks time slice. Pretty much all | 616 | * progress when FP is first used in a tasks time slice. Pretty much all |
617 | * of the mode switch overhead can thus be confined to cases where mode | 617 | * of the mode switch overhead can thus be confined to cases where mode |
618 | * switches are actually occuring. That is, to here. However for the | 618 | * switches are actually occurring. That is, to here. However for the |
619 | * thread performing the mode switch it may take a while... | 619 | * thread performing the mode switch it may take a while... |
620 | */ | 620 | */ |
621 | if (num_online_cpus() > 1) { | 621 | if (num_online_cpus() > 1) { |