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, Apr 18, 11:52 AM
Unknown Object (File)
Fri, Apr 17, 11:55 PM
Unknown Object (File)
Mon, Apr 6, 9:11 PM
Unknown Object (File)
Mon, Apr 6, 12:32 AM
Unknown Object (File)
Sun, Apr 5, 10:42 AM
Unknown Object (File)
Sun, Apr 5, 10:40 AM
Unknown Object (File)
Sun, Apr 5, 3:58 AM
Unknown Object (File)
Sat, Apr 4, 4:42 PM
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.