Page MenuHomeFreeBSD

Create sys/reg.h for the common code previously in machine/reg.h
ClosedPublic

Authored by andrew on Apr 5 2019, 12:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 9, 1:22 PM
Unknown Object (File)
Thu, Apr 9, 7:37 AM
Unknown Object (File)
Tue, Apr 7, 2:38 PM
Unknown Object (File)
Tue, Apr 7, 12:49 PM
Unknown Object (File)
Sun, Apr 5, 4:59 PM
Unknown Object (File)
Sun, Apr 5, 4:01 AM
Unknown Object (File)
Thu, Mar 19, 10:49 AM
Unknown Object (File)
Thu, Mar 19, 4:20 AM

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 23534
Build 22538: arc lint + arc unit

Event Timeline

markj added inline comments.
sys/mips/include/reg.h
98

Is this forward declaration needed?

sys/x86/include/reg.h
247

I think this declaration isn't needed anymore.

Remove unneeded forward declarations

This revision is now accepted and ready to land.Aug 28 2021, 12:12 AM
jhb added inline comments.
sys/x86/include/reg.h
247

The comment isn't needed, but the function still exists. It is shared between DTrace and fill_regs().