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)
Sat, Mar 28, 2:25 AM
Unknown Object (File)
Fri, Mar 27, 4:30 PM
Unknown Object (File)
Fri, Mar 27, 4:09 AM
Unknown Object (File)
Thu, Mar 26, 11:16 AM
Unknown Object (File)
Sat, Mar 21, 2:46 PM
Unknown Object (File)
Sat, Mar 21, 6:57 AM
Unknown Object (File)
Fri, Mar 20, 6:50 PM
Unknown Object (File)
Tue, Mar 17, 5:38 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

Lint
Lint Skipped
Unit
Tests Skipped

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.