git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7777b93
)
MIPS: Fixup check for invalid scratch register
author
Jayachandran C
<jchandra@broadcom.com>
Tue, 11 Jun 2013 14:41:36 +0000
(14:41 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 13 Jun 2013 15:46:43 +0000
(17:46 +0200)
The invalid value for scratch register is -1, so update the checks of
the form (scratch_reg > 0) to be (scratch_reg >= 0). This will fix
the case in Netlogic XLP where the scratch_reg can be 0.
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5444/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlbex.c
patch
|
blob
|
history
diff --cc
arch/mips/mm/tlbex.c
Simple merge