Commit 6b6b64ab authored by rj1's avatar rj1 Committed by Matt Turner
Browse files

alpha: fixed a typo in core_cia.c



Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
parent 75078afe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -527,7 +527,7 @@ verify_tb_operation(void)
	if (use_tbia_try2) {
		alpha_mv.mv_pci_tbi = cia_pci_tbi_try2;

		/* Tags 0-3 must be disabled if we use this workaraund. */
		/* Tags 0-3 must be disabled if we use this workaround. */
		wmb();
		*(vip)CIA_IOC_TB_TAGn(0) = 2;
		*(vip)CIA_IOC_TB_TAGn(1) = 2;