]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: cpu-probe: Remove cp0 hazard barrier when enabling the FTLB
authorMarkos Chandras <markos.chandras@imgtec.com>
Thu, 9 Jul 2015 09:40:50 +0000 (10:40 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Aug 2015 13:23:17 +0000 (15:23 +0200)
commit34e4ff5d30b366b45e9cf82eb3d4717ac929fc57
tree78fdd17d2a30c16fb6a09cf709f01d22e2104c90
parent522c2c31ee7a7867c4c83629e539de4185a9e886
MIPS: cpu-probe: Remove cp0 hazard barrier when enabling the FTLB

We are so early in the boot process where we really don't want to
stall and wait for CP0 FTLB related changes become visible so just drop
the cp0 hazard barrier.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10649/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/cpu-probe.c