mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[MIPS] SMTC: Fix cp0 hazard.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
a8b3485287
commit
c80697b3a0
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ void smtc_configure_tlb(void)
|
|||
}
|
||||
}
|
||||
write_c0_mvpcontrol(read_c0_mvpcontrol() | MVPCONTROL_STLB);
|
||||
ehb();
|
||||
|
||||
/*
|
||||
* Setup kernel data structures to use software total,
|
||||
|
|
Loading…
Reference in a new issue