fix sfence_vma comment

This commit is contained in:
Robert Morris 2019-09-03 16:25:11 -04:00
parent 86a1d4b295
commit 9b9e2dd0f2

View file

@ -312,10 +312,7 @@ r_ra()
return x;
}
// tell the machine to finish any previous writes to
// 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.
// flush the TLB.
static inline void
sfence_vma()
{