diff options
Diffstat (limited to 'arch/mips/kernel/traps.c')
-rw-r--r-- | arch/mips/kernel/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index 950bde8813fc..8bdd6a663c7f 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c | |||
@@ -867,7 +867,7 @@ static void mt_ase_fp_affinity(void) | |||
867 | = current->cpus_allowed; | 867 | = current->cpus_allowed; |
868 | cpus_and(tmask, current->cpus_allowed, | 868 | cpus_and(tmask, current->cpus_allowed, |
869 | mt_fpu_cpumask); | 869 | mt_fpu_cpumask); |
870 | set_cpus_allowed(current, tmask); | 870 | set_cpus_allowed_ptr(current, &tmask); |
871 | set_thread_flag(TIF_FPUBOUND); | 871 | set_thread_flag(TIF_FPUBOUND); |
872 | } | 872 | } |
873 | } | 873 | } |