vma/tests: Fix compilation if limits.h defines PAGE_SIZE (v2)
authorJon Turney <jon.turney@dronecode.org.uk>
Thu, 5 Jul 2018 13:40:58 +0000 (14:40 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Fri, 6 Jul 2018 13:01:08 +0000 (14:01 +0100)
commitb3a42fa0667caeeebabd9e6aeb46a9534810c2f3
tree6f020a724f2ac53bc8f262f6975035fbdc539c02
parent85865dbe0d96f18ac768b4063da94f52ee67a7fd
vma/tests: Fix compilation if limits.h defines PAGE_SIZE (v2)

per POSIX, limits.h may define PAGE_SIZE when the value is not indeterminate

v2: just change the variable name, since there's no intended correlation
here between this value and the machine's actual page size.

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Scott D Phillips <scott.d.phillips@intel.com>
src/util/tests/vma/vma_random_test.cpp