Remove yet another useless assignment, adding a KASSERT just in case.
Details
Details
- Reviewers
kp - Group Reviewers
riscv - Commits
- rS366534: Remove yet another useless assignment, adding a KASSERT just in case.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 34023 Build 31210: arc lint + arc unit
Event Timeline
sys/riscv/riscv/trap.c | ||
---|---|---|
317 | Since frame is already stored to td->td_frame, we could drop this argument? And also the mv a0, sp in cpu_exception_handler_user ? |
sys/riscv/riscv/trap.c | ||
---|---|---|
317 | That's the plan. I'm just doing this one step at a time, to make it easier to bisect, should it become necessary. |