This is re-appearance of the nop code removed from other arches in r287625.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/riscv/riscv/trap.c | ||
---|---|---|
240 ↗ | (On Diff #62059) | Wasn't this incorrect for faults on pipe_map or exec_map? |
sys/riscv/riscv/trap.c | ||
---|---|---|
240 ↗ | (On Diff #62059) | Incorrect what ? pipe or exec maps are kernel submaps. What do you mean exactly ? |
sys/riscv/riscv/trap.c | ||
---|---|---|
240 ↗ | (On Diff #62059) | Sorry, I meant that the comment seemed incorrect. I don't see why we would lock a process for faults on a user map, but not a fault on pipe_map. Anyway, it is not important. |