Page MenuHomeFreeBSD

riscv: Add memmmap so we can mmap /dev/mem
ClosedPublic

Authored by kp on Oct 1 2020, 8:34 AM.
Tags
None
Referenced Files
F166612353: D26622.diff
Fri, Aug 14, 9:08 PM
Unknown Object (File)
Thu, Aug 13, 8:30 PM
Unknown Object (File)
Thu, Aug 13, 5:00 PM
Unknown Object (File)
Thu, Aug 13, 2:09 PM
Unknown Object (File)
Wed, Aug 12, 7:04 PM
Unknown Object (File)
Tue, Aug 11, 4:12 PM
Unknown Object (File)
Tue, Aug 11, 3:07 PM
Unknown Object (File)
Mon, Aug 10, 7:11 AM
Subscribers

Details

Summary

Sponsored by: Axiado

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33916
Build 31116: arc lint + arc unit

Event Timeline

kp requested review of this revision.Oct 1 2020, 8:34 AM
kp created this revision.
mhorne added a subscriber: mhorne.
mhorne added inline comments.
sys/riscv/riscv/mem.c
129

I don't think we need the ARGSUSED, seems like an outdated pattern. You might capitalize the preceding sentence as well.

This revision is now accepted and ready to land.Oct 1 2020, 1:36 PM
This revision was automatically updated to reflect the committed changes.