From da3748630e020ac47fdec6e87d19b254b2b983dd Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Sun, 14 Jan 2024 12:34:09 -0600 Subject: [PATCH] edit update --- svvptc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svvptc.adoc b/svvptc.adoc index ddef13f..5587dfe 100644 --- a/svvptc.adoc +++ b/svvptc.adoc @@ -84,6 +84,6 @@ used by the trap handler to update the Valid bit of the PTEs from 0 to 1 are ordered before and visible to the implicit references to the updated memory-management data structures by instructions subsequent to the `__x__RET`, such as the instruction that raised the page-fault exception or the instructions -that access the newly mapped memory ranges. The use of a memory-management fence -is not necessary in such cases. +that access the newly mapped memory ranges. A memory-management fence is not +necessary in such cases. ====