mbox series

[v3,0/2] target/riscv: improve code accuracy and

Message ID 20230708091055.38505-1-reaperlu@hust.edu.cn
Headers show
Series target/riscv: improve code accuracy and | expand

Message

Ruibo Lu July 8, 2023, 9:10 a.m. UTC
I'm so sorry. As a newcomer, I'm not familiar with the patch mechanism. I mistakenly added the reviewer's "Reviewed-by" line into the wrong commit, So I have resent this patchset


Changes in v3:
* fix the allignment of pmp_is_in_range parameter line

Changes in v2:
* change the initial values of sa_in and ea_in to false
* change the condition expression when address area fully in range

Ruibo Lu (2):
  target/riscv: Remove redundant check in pmp_is_locked
  target/riscv: Optimize ambiguous local variable in pmp_hart_has_privs

 target/riscv/pmp.c | 27 +++++++++++----------------
 1 file changed, 11 insertions(+), 16 deletions(-)