Fix address truncation on Windows
authorBruce Cran <bruce@cran.org.uk>
Wed, 4 Apr 2012 00:00:00 +0000 (18:00 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 4 Apr 2012 00:00:00 +0000 (18:00 -0600)
Avoid having PAGE_ALIGN truncate addresses by using a pointer-sized
variable for the page size and mask.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found