]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix bitmap conversion when !CPU_ALLOC
authorEric Blake <eblake@redhat.com>
Mon, 1 Oct 2012 23:00:58 +0000 (17:00 -0600)
committerCole Robinson <crobinso@redhat.com>
Thu, 18 Oct 2012 17:10:18 +0000 (13:10 -0400)
commit0cfd7b9afef4cc37cc014545214f614d2d8ef106
tree9db953e9dfa1819bb7e8a13438dc515e64419e74
parent72ad93f00de779866d9a96692b302301ed8e59b2
build: fix bitmap conversion when !CPU_ALLOC

Commit f1a43a8 missed one side of an #if/#else.

* src/util/processinfo.c (virProcessInfoGetAffinity): Use correct
bitmap operation.
(cherry picked from commit 9038ac65dafde5a404daf0b416e1f8bf80af683a)
src/util/processinfo.c