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
F166731781: D19830.id94268.diff
Sat, Aug 15, 10:04 PM
F166730470: D19830.id55837.diff
Sat, Aug 15, 9:53 PM
F166719007: D19830.id94287.diff
Sat, Aug 15, 8:49 PM
Unknown Object (File)
Thu, Aug 13, 12:49 PM
Unknown Object (File)
Mon, Aug 10, 11:57 AM
Unknown Object (File)
Mon, Aug 10, 11:55 AM
Unknown Object (File)
Mon, Aug 10, 11:55 AM
Unknown Object (File)
Mon, Aug 10, 11:55 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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().