Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EE
bit banging according to the OEA, it's better to be conservative than having to continually audit uses of this inline.
This commit is contained in:
parent
ef39095fcd
commit
e6ca9c76da
@ -65,7 +65,7 @@ static __inline void
|
||||
mtmsr(register_t value)
|
||||
{
|
||||
|
||||
__asm __volatile ("mtmsr %0" :: "r"(value));
|
||||
__asm __volatile ("mtmsr %0; isync" :: "r"(value));
|
||||
}
|
||||
|
||||
static __inline register_t
|
||||
|
Loading…
Reference in New Issue
Block a user