Page MenuHomeFreeBSD

Get rid of some remnants of the old numa.
ClosedPublic

Authored by kib on Jul 5 2018, 3:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 3:57 AM
Unknown Object (File)
Mon, Oct 6, 2:43 AM
Unknown Object (File)
Mon, Oct 6, 12:12 AM
Unknown Object (File)
Wed, Sep 24, 12:45 AM
Unknown Object (File)
Sep 11 2025, 10:24 PM
Unknown Object (File)
Sep 4 2025, 1:06 PM
Unknown Object (File)
Aug 11 2025, 1:14 AM
Unknown Object (File)
Aug 8 2025, 4:30 AM
Subscribers

Details

Summary

Remove numactl(1), edit numa(4) to bring it some closer to reality, provide ABI shims for old NUMA syscalls.

PR: 229532

Diff Detail

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

Event Timeline

Additional removals in numa(4).

It looks like usr.bin/Makefile also needs an update to unhook the removed numactl.

Remove numactl(1) from build.

Looks good to me. Some may complain about the Xr references to the removed numa_getaffinity(2) and numa_setaffinity(2) in numa(4), but I think it's fine given that they are removed from the SEE ALSO.

This revision is now accepted and ready to land.Jul 10 2018, 2:08 PM
This revision was automatically updated to reflect the committed changes.