MIPS: cpu-probe: Set the write-combine CCA value on per core basis
authorMarkos Chandras <markos.chandras@imgtec.com>
Fri, 18 Jul 2014 09:51:32 +0000 (10:51 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 22 Sep 2014 11:35:53 +0000 (13:35 +0200)
commit4f12b91d2da577d81c580da62373fd37b31e0da1
treecb479c8808fdb05a00fa7d816fea0e5af4cbcfbb
parent80bc94d10466c710158d5f30c43625ed9fa59e78
MIPS: cpu-probe: Set the write-combine CCA value on per core basis

Different cores use different CCA values to achieve write-combine
memory writes. For cores that do not support write-combine we
set the default value to CCA:2 (uncached, non-coherent) which is the
default value as set by the kernel.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7402/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/cpu-info.h
arch/mips/kernel/cpu-probe.c
This page took 0.067808 seconds and 5 git commands to generate.