]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnuma: Actually build huge page code
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 23 Jun 2014 13:56:46 +0000 (15:56 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 23 Jun 2014 14:24:02 +0000 (16:24 +0200)
commit9e72691b7e7f576ae17a6a90264f2a8fa4f2624b
treed06f3d4199b1aa0852b62548768bc6c0c8f107f6
parentef01622607aaf5d0f5a5210f7f320d421461f7b1
virnuma: Actually build huge page code

One of previous commits (e6258a33) tried to build the huge page code
only on Linux since it's Linux centric indeed. But it failed miserably
as it used 'WITH_LINUX' which is an automake conditional not a gcc
one. In the sources we need to use __linux__.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virnuma.c