mips/cavium-octeon: Fix typo *must* in comment
Fixes: 5b3b16880f ("MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon.")
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Paul 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
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user