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
F150786231: D16142.id45123.diff
Sat, Apr 4, 1:23 AM
F150786211: D16142.id45123.diff
Sat, Apr 4, 1:23 AM
F150783188: D16142.id44913.diff
Sat, Apr 4, 12:53 AM
Unknown Object (File)
Fri, Apr 3, 12:34 AM
Unknown Object (File)
Thu, Apr 2, 9:41 PM
Unknown Object (File)
Wed, Apr 1, 6:54 PM
Unknown Object (File)
Sat, Mar 28, 2:25 AM
Unknown Object (File)
Fri, Mar 27, 4:30 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 17860

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.