[MIPS] SMTC: Fix cp0 hazard.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
a8b3485287
commit
c80697b3a0
|
@ -261,6 +261,7 @@ void smtc_configure_tlb(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
write_c0_mvpcontrol(read_c0_mvpcontrol() | MVPCONTROL_STLB);
|
write_c0_mvpcontrol(read_c0_mvpcontrol() | MVPCONTROL_STLB);
|
||||||
|
ehb();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Setup kernel data structures to use software total,
|
* Setup kernel data structures to use software total,
|
||||||
|
|
Loading…
Reference in New Issue