Commit 474435a0 authored by Paul Menzel's avatar Paul Menzel Committed by Paul Burton

mips/cavium-octeon: Fix typo *must* in comment

Fixes: 5b3b1688 ("MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon.")
Signed-off-by: default avatarPaul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: default avatarPaul Burton <paulburton@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@mips.com>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@vger.kernel.org
parent 6fbde6b4
...@@ -844,7 +844,7 @@ void __init prom_init(void) ...@@ -844,7 +844,7 @@ void __init prom_init(void)
* BIST should always be enabled when doing a soft reset. L2 * BIST should always be enabled when doing a soft reset. L2
* Cache locking for instance is not cleared unless BIST is * Cache locking for instance is not cleared unless BIST is
* enabled. Unfortunately due to a chip errata G-200 for * enabled. Unfortunately due to a chip errata G-200 for
* Cn38XX and CN31XX, BIST msut be disabled on these parts. * Cn38XX and CN31XX, BIST must be disabled on these parts.
*/ */
if (OCTEON_IS_MODEL(OCTEON_CN38XX_PASS2) || if (OCTEON_IS_MODEL(OCTEON_CN38XX_PASS2) ||
OCTEON_IS_MODEL(OCTEON_CN31XX)) OCTEON_IS_MODEL(OCTEON_CN31XX))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment