]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: assume modern CPU_ALLOC macros always exist
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 9 Jul 2019 11:30:50 +0000 (12:30 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 9 Jul 2019 17:44:19 +0000 (18:44 +0100)
commit2a5bc136393863689bb8f54cb14342d3fe17e227
tree3a72e52160980ce4eeb847949122a10c68b59752
parent3918fb0dc138502f5a61a6e2729ff2f5124672bd
util: assume modern CPU_ALLOC macros always exist

Support for the modern CPU_ALLOC macros was added 10 years ago in

  commit a73cd93b2428adbbc62bb919b6cf5ffd27728040
  Author: Daniel P. Berrange <berrange@redhat.com>
  Date:   Mon Nov 16 16:08:29 2009 +0000

    Alternate CPU affinity impl to cope with NR_CPUS > 1024

This is long enough that we can assume it always exists and drop the
back compat code.

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/util/virprocess.c