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, Mar 6, 11:25 PM
Unknown Object (File)
Tue, Mar 4, 6:41 AM
Unknown Object (File)
Sun, Mar 2, 7:55 PM
Unknown Object (File)
Mon, Feb 24, 12:12 AM
Unknown Object (File)
Sat, Feb 22, 4:22 AM
Unknown Object (File)
Wed, Feb 19, 6:59 PM
Unknown Object (File)
Jan 27 2025, 3:11 AM
Unknown Object (File)
Jan 25 2025, 10:39 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41237
Build 38126: 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().