Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit update #4

Merged
merged 1 commit into from
Jan 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions svvptc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
====