Page MenuHomeFreeBSD

More cleanups of x86_mem.c.
ClosedPublic

Authored by kib on Feb 17 2017, 9:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 18 2024, 2:13 PM
Unknown Object (File)
Dec 20 2023, 8:32 AM
Unknown Object (File)
Nov 7 2023, 1:06 AM
Unknown Object (File)
Oct 6 2023, 12:00 AM
Unknown Object (File)
Aug 13 2023, 12:53 PM
Unknown Object (File)
Aug 3 2023, 2:47 AM
Unknown Object (File)
Jul 3 2023, 6:26 PM
Unknown Object (File)
Jun 16 2023, 11:35 PM
Subscribers

Details

Summary

There are really two changes, I keep it in one review to reduce bureaucracy.

Rely on CPUID feature only to enable attaching. MTRR are architectural and there is no reason to check cpu family or vendor.
Noted by: royger

smp_rendezvous() works for UP case as well, reduce duplicated code. Also fix cast.
Noted by: jhb

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib retitled this revision from to More cleanups of x86_mem.c..
kib updated this object.
kib edited the test plan for this revision. (Show Details)
kib added reviewers: royger, jhb.
kib set the repository for this revision to rS FreeBSD src repository - subversion.
jhb edited edge metadata.
This revision is now accepted and ready to land.Feb 17 2017, 10:41 PM
This revision was automatically updated to reflect the committed changes.