fix sfence_vma comment
This commit is contained in:
parent
86a1d4b295
commit
9b9e2dd0f2
|
@ -312,10 +312,7 @@ r_ra()
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
|
||||||
// tell the machine to finish any previous writes to
|
// flush the TLB.
|
||||||
// PTEs, so that a subsequent use of a virtual
|
|
||||||
// address or load of the SATP will see those writes.
|
|
||||||
// perhaps this also flushes the TLB.
|
|
||||||
static inline void
|
static inline void
|
||||||
sfence_vma()
|
sfence_vma()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue