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)
Jan 30 2024, 3:09 AM
Unknown Object (File)
Dec 22 2023, 10:36 PM
Unknown Object (File)
Nov 23 2023, 10:31 AM
Unknown Object (File)
Nov 8 2023, 11:43 PM
Unknown Object (File)
Nov 8 2023, 10:53 AM
Unknown Object (File)
Nov 7 2023, 11:32 AM
Unknown Object (File)
Nov 7 2023, 9:27 AM
Unknown Object (File)
Nov 7 2023, 1:44 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.