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)
Fri, Nov 7, 1:33 AM
Unknown Object (File)
Thu, Oct 30, 6:40 AM
Unknown Object (File)
Wed, Oct 29, 2:39 AM
Unknown Object (File)
Mon, Oct 27, 7:20 PM
Unknown Object (File)
Sat, Oct 25, 12:56 AM
Unknown Object (File)
Oct 9 2025, 1:01 PM
Unknown Object (File)
Sep 25 2025, 1:18 AM
Unknown Object (File)
Sep 21 2025, 12:07 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41239
Build 38128: 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
246–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
246–247

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