riscv / riscv-CMOs

https://jira.riscv.org/browse/RVG-59
Creative Commons Attribution 4.0 International
77 stars 12 forks source link

Page fault exceptions: do not re-state valid permissions encodings #30

Closed ingallsj closed 2 years ago

ingallsj commented 2 years ago

Type of change: Preventing technical debt.

Explanation: Do not copy-and-paste or re-state what the valid permissions encodings are in a PTE. Instead, refer to the priv spec, so that if it changes in the future to add write-only permissions then we don't need to come back here to update this too.

dkruckemyer-ventana commented 2 years ago

Incorporated the intent of this pull request (hopefully...) into the draft spec #34