Bruce Richardson a4a61f79e5 eal/bsd: enable contigmem blocks >1GB in size
The contigmem module was using an "int" type for specifying the
size of blocks of memory to be reserved. A 2GB block was therefore
overflowing the signed 32-bit value, making 1GB the largest block
size that could be reserved as a single unit.
The fix is to change the type used for the buffer/block size to
an "int64_t" value.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2015-03-10 16:19:43 +01:00
..
2015-03-10 12:06:08 +01:00
2015-03-10 12:06:08 +01:00
2015-02-24 22:12:35 +01:00
2015-02-24 02:26:24 +01:00
2015-03-10 12:06:08 +01:00
2015-03-10 15:24:06 +01:00
2015-03-04 11:19:37 +01:00
2015-03-10 12:06:08 +01:00
2015-02-26 00:31:45 +01:00