Page MenuHomeFreeBSD

Set si_trapno to the exception code from scause.
ClosedPublic

Authored by jhb on Jul 22 2020, 4:29 PM.
Tags
None
Referenced Files
F163268540: D25770.id75008.diff
Tue, Jul 21, 2:50 PM
F163209059: D25770.id.diff
Tue, Jul 21, 2:04 AM
Unknown Object (File)
Sat, Jul 18, 2:56 AM
Unknown Object (File)
Sun, Jul 5, 9:17 AM
Unknown Object (File)
Mon, Jun 29, 8:55 PM
Unknown Object (File)
Sun, Jun 28, 2:21 PM
Unknown Object (File)
Fri, Jun 26, 11:43 AM
Unknown Object (File)
Wed, Jun 24, 6:08 AM
Subscribers

Details

Test Plan
  • tested in CheriBSD where we have some unit tests that check the value of si_trapno

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 32481
Build 29957: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jul 22 2020, 4:29 PM
jhb created this revision.
kib added inline comments.
sys/riscv/riscv/trap.c
321

Extra ().

331

Missing space.

This revision is now accepted and ready to land.Jul 24 2020, 6:35 PM
sys/riscv/riscv/trap.c
331

I've since fixed these in a later change in this series that's already been merged.

This revision was automatically updated to reflect the committed changes.