Re: uvm_fault: access_type fixup for wired mapping

2021-01-13 Thread Vitaliy Makkoveev
On Tue, Jan 12, 2021 at 09:41:15AM -0300, Martin Pieuchot wrote: > Diff below moves `access_type' to the context structure passed down to > the various routines and fix a regression introduced in a previous > refactoring. > > `access_type' is overwritten for wired mapping and the value of >

uvm_fault: access_type fixup for wired mapping

2021-01-12 Thread Martin Pieuchot
Diff below moves `access_type' to the context structure passed down to the various routines and fix a regression introduced in a previous refactoring. `access_type' is overwritten for wired mapping and the value of `enter_prot' is used instead. ok? Index: uvm/uvm_fault.c