mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
UPSTREAM: MIPS: R6: Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: macro@imgtec.com
Cc: paul.burton@imgtec.com
Cc: Leonid.Yegoshin@imgtec.com
Cc: trivial@kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13329/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
(cherry picked from commit f5be47f5a4)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a8955d815e
commit
d552d767e4
@@ -2204,7 +2204,7 @@ fpu_emul:
|
||||
}
|
||||
|
||||
/*
|
||||
* Lets not return to userland just yet. It's constly and
|
||||
* Lets not return to userland just yet. It's costly and
|
||||
* it's likely we have more R2 instructions to emulate
|
||||
*/
|
||||
if (!err && (pass++ < MIPS_R2_EMUL_TOTAL_PASS)) {
|
||||
|
||||
Reference in New Issue
Block a user