commit | 9b8c38917b8e083a6343bb5a0c6bbaea78ebff7a | [log] [tgz] |
---|---|---|
author | David Daney <ddaney@caviumnetworks.com> | Wed Feb 10 15:12:44 2010 -0800 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Feb 27 12:53:25 2010 +0100 |
tree | 7b6a8513c3335f005e6a58b06f53cf179eabeb21 | |
parent | 52d7ecd033316b0540a6ac4af70574fae4aba295 [diff] |
MIPS: Use 64-bit stores to c0_entrylo on 64-bit kernels. 64-bit CPUs have 64-bit c0_entrylo{0,1} registers. We should use the 64-bit dmtc0 instruction to set them. This becomes important if we want to set the RI and XI bits present in some processors. Signed-off-by: David Daney <ddaney@caviumnetworks.com> To: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/954/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>