win32: fix broken build due to missing QEMU_MADV_HUGEPAGE
commit8473f377393219390ea6f2d8d450a2b054bb823e
authorLuiz Capitulino <lcapitulino@redhat.com>
Wed, 24 Oct 2012 16:12:15 +0000 (24 14:12 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 24 Oct 2012 20:01:45 +0000 (24 15:01 -0500)
tree5bc43eca119c9059eb744a639064e555a0e4421a
parentc6b8141b84e1b80eff1f04e2a5feb38decae65d8
win32: fix broken build due to missing QEMU_MADV_HUGEPAGE

Commit ad0b5321f1f797274603ebbe20108b0750baee94 forgot to add
QEMU_MADV_HUGEPAGE macros for when CONFIG_MADVISE is not defined.
This broke the build for Windows. Fix it.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
osdep.h