]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
x86: nexus code tidy-up
authorMitchell Horne <mhorne@FreeBSD.org>
Fri, 10 Feb 2023 14:52:38 +0000 (10:52 -0400)
committerMitchell Horne <mhorne@FreeBSD.org>
Mon, 20 Mar 2023 20:35:47 +0000 (17:35 -0300)
commit99bd5c1fe32272ce6e8d9b2d575b42dd94593b25
tree58ddf45dd39d097c429988b6328291f6f3955ddf
parentc514686aa06a08a97df051a75da9ea7964a74fb0
x86: nexus code tidy-up

Make a pass at the various nexus implementations, fixing some very minor
style issues, obsolete comments, etc.

The method declaration section has become unwieldy in many respects.
Attempt to tame it by:
 - Using generated method typedefs
 - Grouping methods roughly by category, and then alphabetically.

Reviewed by: jhb
Differential Revision: https://reviews.freebsd.org/D38495
sys/x86/x86/nexus.c